Creating a Project

My First Project

Let’s start by creating our first project in MakeCode. Go to https://makecode.microbit.org/ and click on New Project.

MakeCode Welcome Page
MakeCode Welcome Page

We need to give a name to the project. We can call it MyFirstProject. Write the project name in the text box and click on Create.

New Project Name
New Project Name

You will see the following screen:

My First Project
My First Project

On the left side, we have the micro:bit simulator. If you click the play ▶ button, you can test your program. You can click stop ▪ to stop the simulation.

Play Simulation
Play Simulation
Stop Simulation
Stop Simulation

On the middle, we have the code blocks. You can click them to use different instructions. You can drag and drop a code block onto the right side to use it.

Code Blocks
Code Blocks

On the right side, we have the programming area. You can arrange the code blocks and tell micro:bit what it needs to do.

Programming Area
Programming Area
Previous
Next