unleashed-firmware/applications/external/game_2048/application.fam

16 lines
337 B
Text
Raw Normal View History

2022-12-22 18:36:50 +00:00
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",
2023-06-29 16:18:49 +00:00
fap_category="Games",
fap_author="@eugene-kirzhanov",
fap_version="1.0",
fap_description="2048 Game",
2022-12-22 18:36:50 +00:00
)