Add images to rock paper scissors game.

This commit is contained in:
Derek Jamison
2023-02-14 15:49:09 -05:00
parent 58ccc2ef0b
commit dd608f6d8e
18 changed files with 166 additions and 72 deletions

View File

@@ -2,9 +2,9 @@
## Status
This is current a work in progress.
- Most of the game logic is complete (two flippers should be able to play each other.)
- UI to show images instead of text.
Remaining work:
- UI to show images instead of text.
- Tone when button pressed.
- Show games found & let user pick the game to join.
- Log joined game into SD card.
@@ -35,6 +35,8 @@ These directions assume you are starting at the flipper desktop. If not, please
- Do the same steps on your second Flipper.
- On one of the flippers press Left arrow to join the game.
- Once two players are joined:
- Press "OK" to send "1". The other player should also press "OK" to send "1" back (at the same time!)
- Press "OK" to send "2". The other player should also press "OK" to send "2" back (at the same time!)