Rock Paper Scissors
A Micro:bit version of the classic Rock Paper Scissors game.
What it does
- Shake the Micro:bit
- It randomly chooses rock, paper, or scissors
- The result is shown using an icon
Controls
- Shake: Generate a random hand
Coding Concepts
- Gesture input
- Random numbers
- If/else conditions
- Icons
What I learned
I learned how to use the shake gesture and random numbers to create a fun game.