Memory Game
A Micro:bit memory challenge where the player remembers a sequence of A and B prompts.
What it does
- Shows a random sequence of A and B
- The player repeats the sequence using buttons
- The game becomes harder as the level increases
- The score increases when the answer is correct
Controls
- Button A: Enter A
- Button B: Enter B
- Buttons A+B: Start / generate a sequence
Coding Concepts
- Strings and sequence building
- Conditions
- Random numbers
- Levels and difficulty
- Score tracking
What I learned
I learned how to create a memory game using sequences, levels, and checks for correct answers.