move hid and snake apps into main repo [ci skip]

This commit is contained in:
MX
2024-01-05 22:36:36 +03:00
parent 00d9c60515
commit 4b95efda49
100 changed files with 4841 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
App(
appid="snake",
name="Snake Game",
apptype=FlipperAppType.EXTERNAL,
entry_point="snake_game_app",
requires=["gui"],
stack_size=1 * 1024,
order=30,
fap_icon="snake_10px.png",
fap_category="Games",
)