Projects

Eat the Fruit

Load the Eat the Fruit game. We will start with this game and modify it. Play the game a bit, either on your Micro:bit or in the emulator ( the Microbit in the upper left of the Editor ). Then, after you get the hang of it, lets make some modifications.

  • Change the cakes and fruit to sharks and fish
  • Let the player shoot cakes for points.

Asteroids

Load the Asteroids Game, then make modifications to it.

  • Change the spaceship to something else, like a shark or hearts.
  • Change the background from starts to clouds
  • Make the asteroids bounce off the space ship.
  • Anything else you can think of

Easier Flapping

Flappy Bird is really, really hard! Load Flappy Bird and try to make it easier.

Hint

Somethings you can try to make the game easier:

  • Reduce the acceleration
  • Reduce the Y velocity when a button is pressed
  • Make the A button move up and the B button move down, instead of making the bird flap

Look at the Eat the Fruit game to see how the player is moved

Make Your Own Game

Now it is time to make your own. You might want to return to the main Makecode Arcade page to review some other games for ideas, or do a few more tutorials.