Pick a Hand Game

Home

Objective

Lets build a simple “pick a hand game”. When the micro:bit is shaken the game will display the current score and select either the A button or B button as the correct answer. The game must be able to keep count of the total games played and the current score.

Pseudocode

The Code

The Code