Files
Momentum-Firmware/applications/external/reversi/application.fam
2023-07-26 02:08:35 +02:00

20 lines
577 B
Plaintext

App(
appid="reversi",
name="Reversi",
apptype=FlipperAppType.EXTERNAL,
entry_point="game_reversi_app",
cdefines=["APP_GAME_REVERSI"],
requires=[
"gui",
],
stack_size=1 * 1024,
order=90,
fap_icon="game_reversi.png",
fap_category="Games",
fap_icon_assets_symbol="game_reversi",
fap_author="@dimat",
fap_weburl="https://github.com/zyuhel/flipperzero-racegame",
fap_version="1.1",
fap_description="Reversi game, the game controls should be intuitive. Longs press on OK opens the menu to start a new game.",
)