mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-07 05:29:09 -07:00
20 lines
577 B
Plaintext
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.",
|
|
)
|