mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-24 05:23:06 +00:00
12 lines
293 B
Text
12 lines
293 B
Text
App(
|
|
appid="tictactoe_game",
|
|
name="Tic Tac Toe",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="tictactoe_game_app",
|
|
cdefines=["APP_TICTACTOE_GAME"],
|
|
requires=["gui"],
|
|
stack_size=1 * 1024,
|
|
order=40,
|
|
fap_icon="tictactoe_10px.png",
|
|
fap_category="Games",
|
|
)
|