forked from flipperdevices/flipperzero-firmware
-
-
Notifications
You must be signed in to change notification settings - Fork 548
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13 from LionZXY/catalog/full_description
Add full description for Rock Paper app
- Loading branch information
Showing
2 changed files
with
16 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
This is a multiplayer adaptation of the classic rock-paper-scissors game—you need at least two devices to play the game. | ||
|
||
Select "Host game" from the Main menu to allow your opponent to connect using the "Join game" option. Once the Sub-Ghz connection is established, you can start the battle. | ||
|
||
On your Flipper Zero, press the OK button twice and then press one of three buttons: | ||
|
||
- The Up button to select a rock. | ||
- The Right button to select paper. | ||
- The Down button to select scissors. | ||
|
||
Rock beats scissors, scissors beat paper, and paper beats rock. | ||
|
||
Wins and losses stats are available in the app, as well as the ability to change your name for games. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters