This repository has been archived by the owner on Jul 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 52c4477
Showing
7 changed files
with
522 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#Game "15" for Flipper Zero | ||
|
||
Logic game [Wikipedia](https://en.wikipedia.org/wiki/15_puzzle) | ||
|
||
![Game screen](images/Game15.png) | ||
|
||
FAP file for firmware 0.69.1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
App( | ||
appid="game15", | ||
name="Game 15", | ||
apptype=FlipperAppType.EXTERNAL, | ||
entry_point="game15_app", | ||
cdefines=["APP_GAME15"], | ||
requires=["gui"], | ||
stack_size=1 * 1024, | ||
fap_icon="game15_10px.png", | ||
order=30, | ||
fap_category="Games", | ||
) |
Oops, something went wrong.