Skip to content

Commit

Permalink
Merge pull request #203 from DevMilanIan/montyhall
Browse files Browse the repository at this point in the history
Add GAME_MontyHall
  • Loading branch information
RogueMaster authored Aug 8, 2022
2 parents f7ba094 + cc03ba6 commit 1af09ea
Show file tree
Hide file tree
Showing 3 changed files with 460 additions and 0 deletions.
2 changes: 2 additions & 0 deletions applications/meta/application.fam
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ App(
"GAME_Arkanoid",
"GAME_Dice",
"GAME_FlappyBird",
"GAME_MontyHall",
"GAME_Raycast",
"GAME_tamagotchi_p1",
"GAME_Tetris",
Expand Down Expand Up @@ -113,6 +114,7 @@ App(
"GAME_Arkanoid",
"GAME_Dice",
"GAME_FlappyBird",
"GAME_MontyHall",
"GAME_Raycast",
"GAME_tamagotchi_p1",
"GAME_Tetris",
Expand Down
10 changes: 10 additions & 0 deletions applications/montyhall/application.fam
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
App(
appid="GAME_MontyHall",
name="Monty Hall",
apptype=FlipperAppType.GAME,
entry_point="montyhall_game_app",
cdefines=["APP_MONTYHALL_GAME"],
requires=["gui"],
stack_size=1 * 1024,
order=40,
)
Loading

0 comments on commit 1af09ea

Please sign in to comment.