mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-22 18:53:18 +00:00
13 lines
294 B
Text
13 lines
294 B
Text
|
App(
|
||
|
appid="snake_game",
|
||
|
name="Snake Game",
|
||
|
apptype=FlipperAppType.EXTERNAL,
|
||
|
entry_point="snake_game_app",
|
||
|
requires=["gui"],
|
||
|
stack_size=1 * 1024,
|
||
|
fap_version="1.0",
|
||
|
fap_description="Classic Snake Game",
|
||
|
fap_icon="snake_10px.png",
|
||
|
fap_category="Games",
|
||
|
)
|