As part of my [Flipper Zero Tutorials](#1070543191880781885 message) I am creating a rock-paper-scissors game.
The idea I had was...
- beacon that a game is available.
- display the available games.
- join a game.
- play a game.
- Both players press OK button for saying "1".
- Both players press OK button for saying "2".
- Both player either press UP for Rock, RIGHT for Paper, DOWN for Scissors.
- Display win/loss/tie message. (Rock beats [smashes] scissors, Paper beats [covers] rock, Scissors beats [cuts] paper)
- game is social, so when you play, you exchange a small message (like flipper name, discord handle, YouTube name, etc.)
- view your contact list of people you have played with (which will be saved on the SD card.)
In the future, I will continue to expand the game/tutorial. One idea is adding "Spock" and "Lizard" (versioning the app.) Another idea is to add other ways to communicate (GPIO/ Infrared/1-wire/etc.) Third idea is adding hardware for input and output instead of using built-in screen/keyboard.