Files
Momentum-Firmware/applications/external/2048/application.fam
Willy-JL d5f1d0bf02 Format
2023-11-12 12:27:49 +00:00

17 lines
379 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.",
)