You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
App(
|
|
|
|
appid="minesweeper",
|
|
|
|
name="Minesweeper",
|
|
|
|
apptype=FlipperAppType.PLUGIN,
|
|
|
|
entry_point="minesweeper_app",
|
|
|
|
cdefines=["APP_MINESWEEPER"],
|
|
|
|
requires=["gui"],
|
|
|
|
stack_size=8 * 1024,
|
|
|
|
fap_category="Games",
|
|
|
|
order=35,
|
|
|
|
)
|