17
Mini Arcade - Rock Paper Scissors
Build the Circuit
You will need
1. 8x8 LED matrix
2. Three buttons
3. 24 male-to-male jumper wires
4. Three 10K-ohm resistors:
Load the Sketch
1. In Arduino IDE: File ! Open
2. On the desktop, open in succession
the folders IESC ! MiniArcade !
rock_paper_scissors_8v8.
3. Within the rock_paper_scissors_8v8 folder, select
the file called rock_paper_scissors_8v8.ino.
4. Click Verify (checkmark)
5. Click Upload (right arrow)
Play the Rock-Paper-Scissors Game
1. At the ? prompt, push A0 button for 1 player
2. After countdown choose your throw
A0 – Rock, Tx1 – Paper, Rx0 – Scissors
3. 8x8 shows Player Throw, Computer
Throw, and Winner
Need help? Troubleshooting on page 16
Challenge: Can you implement best 3 out of 5
Figure 9