.. | ||
.catalog | ||
engine@1444d665d8 | ||
sprites | ||
.gitignore | ||
.gitmodules | ||
application.fam | ||
game.c | ||
game.h | ||
icon.png | ||
LICENSE | ||
README.md | ||
walls.h |
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
- Attach the video game module to the Flipper Zero.
- Open the Air Labyrinth game (
Apps
/Games
/Air Labyrinth
). - 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 and flipperzero-game-engine-example projects. Thanks to the authors of these projects for the inspiration and the code.