Files
Momentum-Firmware/applications/external/game_2048/application.fam
2023-08-31 16:40:04 +02:00

16 lines
365 B
Plaintext

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