Files
Momentum-Firmware/applications/external/2048/application.fam
2023-11-12 11:11:46 +00:00

16 lines
375 B
Plaintext

App(
appid="game_2048",
name="2048",
apptype=FlipperAppType.EXTERNAL,
entry_point="game_2048_app",
requires=[
"gui",
],
stack_size=1 * 1024,
order=90,
fap_icon="game_2048.png",
fap_category="Games",
fap_author="@eugene-kirzhanov",
fap_version="1.2",
fap_description="Play the port of the 2048 game on Flipper Zero.",
)