mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-06 05:19:09 -07:00
17 lines
445 B
Plaintext
17 lines
445 B
Plaintext
App(
|
|
appid="snake20",
|
|
name="Snake 2.0",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="snake_20_app",
|
|
cdefines=["APP_SNAKE_20"],
|
|
requires=["gui"],
|
|
stack_size=1 * 1024,
|
|
order=30,
|
|
fap_icon="snake_10px.png",
|
|
fap_category="Games",
|
|
fap_author="@Willzvul",
|
|
fap_weburl="https://github.com/Willzvul/Snake_2.0",
|
|
fap_version="2.0",
|
|
fap_description="Advanced Snake Game (Remake of original Snake)",
|
|
)
|