Introduction
In this micro:bit activity, you will create a Rock, Paper, Scissors game program using conditionals. This activity builds on your previous knowledge from Unit 3: Variables, where you learned to keep score. Now, you will implement the game logic to allow the micro:bit to play Rock, Paper, Scissors with you.
Key Features:
- Interactive Learning: Engage with coding by creating a fun game.
- Conditionals: Learn how to use conditional statements to control game flow.
- Randomness: Implement random number generation to simulate the game's choices.
Use Cases:
- Educational Tool: Ideal for teaching programming concepts in a hands-on manner.
- Skill Development: Enhance problem-solving and logical thinking skills through coding.

