mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-26 03:39:58 -07:00
17 lines
330 B
Plaintext
17 lines
330 B
Plaintext
App(
|
|
appid="Snake",
|
|
name="Snake Game",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="snake_game_app",
|
|
cdefines=["APP_SNAKE_GAME"],
|
|
requires=[
|
|
"gui",
|
|
"notification",
|
|
"storage",
|
|
],
|
|
stack_size=2 * 1024,
|
|
order=210,
|
|
fap_icon="snake_10px.png",
|
|
fap_category="Games",
|
|
)
|