Skip to content

Commit 37252b7

Browse files
authored
Merge pull request #13 from LionZXY/catalog/full_description
Add full description for Rock Paper app
2 parents af269d5 + 06a5c43 commit 37252b7

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
This is a multiplayer adaptation of the classic rock-paper-scissors game—you need at least two devices to play the game.
2+
3+
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.
4+
5+
On your Flipper Zero, press the OK button twice and then press one of three buttons:
6+
7+
- The Up button to select a rock.
8+
- The Right button to select paper.
9+
- The Down button to select scissors.
10+
11+
Rock beats scissors, scissors beat paper, and paper beats rock.
12+
13+
Wins and losses stats are available in the app, as well as the ability to change your name for games.
14+

subghz/plugins/rock_paper_scissors/application.fam

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ App(
55
entry_point="rock_paper_scissors_app",
66
requires=["gui", "subghz"],
77
stack_size=2 * 1024,
8-
fap_version=(1, 3),
8+
fap_version=(1, 4),
99
fap_icon="rock_paper_scissors.png",
1010
fap_icon_assets="images",
1111
fap_icon_assets_symbol="rock_paper_scissors",
1212
fap_category="Games",
1313
fap_author="jamisonderek",
14-
fap_description="Play rock paper scissors with your friends using the Flipper Zero SubGHz radio!",
14+
fap_description="Play the rock-paper-scissors game with your friends using the Flipper Zero Sub-GHz radio!",
1515
fap_weburl="https://github.com/jamisonderek/flipper-zero-tutorials/blob/main/subghz/plugins/rock_paper_scissors/README.md"
1616
)

0 commit comments

Comments
 (0)