Merge pull request #13 from LionZXY/catalog/full_description
Add full description for Rock Paper app
This commit is contained in:
commit
37252b745b
14
subghz/plugins/rock_paper_scissors/.flipcorg/README.md
Normal file
14
subghz/plugins/rock_paper_scissors/.flipcorg/README.md
Normal file
@ -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.
|
||||||
|
|
@ -5,12 +5,12 @@ App(
|
|||||||
entry_point="rock_paper_scissors_app",
|
entry_point="rock_paper_scissors_app",
|
||||||
requires=["gui", "subghz"],
|
requires=["gui", "subghz"],
|
||||||
stack_size=2 * 1024,
|
stack_size=2 * 1024,
|
||||||
fap_version=(1, 3),
|
fap_version=(1, 4),
|
||||||
fap_icon="rock_paper_scissors.png",
|
fap_icon="rock_paper_scissors.png",
|
||||||
fap_icon_assets="images",
|
fap_icon_assets="images",
|
||||||
fap_icon_assets_symbol="rock_paper_scissors",
|
fap_icon_assets_symbol="rock_paper_scissors",
|
||||||
fap_category="Games",
|
fap_category="Games",
|
||||||
fap_author="jamisonderek",
|
fap_author="jamisonderek",
|
||||||
fap_description="Play rock paper scissors with your friends using the Flipper Zero SubGHz radio!",
|
fap_description="Play the rock-paper-scissors game with your friends using the Flipper Zero Sub-GHz radio!",
|
||||||
fap_weburl="https://github.com/jamisonderek/flipper-zero-tutorials/blob/main/subghz/plugins/rock_paper_scissors/README.md"
|
fap_weburl="https://github.com/jamisonderek/flipper-zero-tutorials/blob/main/subghz/plugins/rock_paper_scissors/README.md"
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user