mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-06 05:19:09 -07:00
18 lines
432 B
Plaintext
18 lines
432 B
Plaintext
App(
|
|
appid="4inrow",
|
|
name="4 in a Row",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="four_in_row_app",
|
|
requires=[
|
|
"gui",
|
|
],
|
|
stack_size=1 * 1024,
|
|
order=90,
|
|
fap_icon="4inrow_10px.png",
|
|
fap_category="Games",
|
|
fap_author="leo-need-more-coffee",
|
|
fap_weburl="https://github.com/leo-need-more-coffee/flipperzero-4inrow",
|
|
fap_version="1.0",
|
|
fap_description="4 in row Game",
|
|
)
|