View on GitHub

microbit

A MakeCode project

Project Index

This page gives a quick index of all Micro:bit projects in this repository.

# Project Folder Source Category
1 Space Invaders projects/space-invaders main.ts Arcade game
2 Memory Game projects/memory-game main.ts Memory and logic
3 Coin Flipper projects/coin-flipper main.ts Probability
4 Rock Paper Scissors projects/rock-paper-scissors main.ts Random choice game
5 Dot Chaser projects/dot-chaser main.ts Gesture game
6 Snap the Dot projects/snap-the-dot main.ts Reflex game
7 Crashy Bird projects/crashy-bird main.ts Obstacle game
8 Compass and Music Maker projects/compass-and-music-maker main.py Sensor and music project
9 Wimpy Kid 20 projects/wimpy-kid-20 main.ts Book-inspired coding

Suggested Starting Points

For a quick review, start with:

  1. Space Invaders — game design and collision detection
  2. Memory Game — logic and sequence checking
  3. Compass and Music Maker — sensors, gestures, and music