Dot Chaser
A Micro:bit game where the player moves around the LED grid to catch a dot.
What it does
- Places a target dot on the screen
- Moves the player using gestures
- Adds score when the player reaches the dot
- Generates a new dot position after each catch
Controls
- Tilt right: Move right
- Tilt left: Move left
- Logo up: Move down
- Logo down: Move up
Coding Concepts
- Gesture input
- Coordinates on a 5x5 LED grid
- Random target positions
- Score tracking
- Game countdown
What I learned
I learned how to use Micro:bit gestures to move a player and create a target-chasing game.