Rock, Paper, Scissors

Turn the microbit into a 'rock, paper, scissors' game. You get to draw your own rock, paper and scissors.

Rules of the game:

If both players throw the same hand signal, it is considered a tie, and play resumes until there is a clear winner.

Here are the blocks used:

  1. Input: on shake
  2. Variables: set (variable) to ()
  3. Logic: if else-if else
  4. Basic: show leds