Skip to content
This repository has been archived by the owner on Jul 28, 2024. It is now read-only.

Commit

Permalink
move base pack here
Browse files Browse the repository at this point in the history
  • Loading branch information
xMasterX committed Aug 12, 2023
0 parents commit 93e333e
Show file tree
Hide file tree
Showing 9 changed files with 617 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@

# Game "15" for Flipper Zero

[Original link](https://github.com/x27/flipperzero-game15)

Logic game [Wikipedia](https://en.wikipedia.org/wiki/15_puzzle)

![Game screen](images/Game15.png)

![Restore game](images/Game15Restore.png)

![Popoup](images/Game15Popup.png)

14 changes: 14 additions & 0 deletions application.fam
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
App(
appid="game15",
name="Game 15",
apptype=FlipperAppType.EXTERNAL,
entry_point="game15_app",
requires=["gui"],
stack_size=1 * 1024,
fap_icon="game15_10px.png",
order=30,
fap_category="Games",
fap_author="@x27",
fap_version="1.0",
fap_description="Logic Game",
)
Loading

0 comments on commit 93e333e

Please sign in to comment.