Air Labyrinth v0.1

This commit is contained in:
Derek Jamison
2024-02-23 14:37:06 -06:00
parent 53eed82f55
commit 28eb2041c2
16 changed files with 1146 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
## 0.1
- Initial release

View File

@@ -0,0 +1,17 @@
# Air Labyrinth
This is a simple game where you have to navigate a ball through a maze. The game is controlled by tilting the Flipper Zero with a Video Game Module attached. You can also play the game using the Flipper Zero's d-pad.
## How to play
1. Attach the video game module to the Flipper Zero.
2. Open the Air Labyrinth game (`Apps`/`Games`/`Air Labyrinth`).
3. Tilt the Flipper Zero to move the ball through the maze.
## Version history
- 0.1.0 - Initial release by @CodeAllNight (https://youtube.com/@MrDerekJamison/about)
## Other
This game was made based on the [air_arkanoid](https://github.com/flipperdevices/flipperzero-good-faps/tree/dev/air_arkanoid) and [flipperzero-game-engine-example](https://github.com/flipperdevices/flipperzero-game-engine-example) projects. Thanks to the authors of these projects for the inspiration and the code.

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB