Willy-JL 762688f712 Fix game engine sprites on windows (pt2) 1 yıl önce
..
.catalog 7e3b2594b3 Add air_labyrinth from https://github.com/jamisonderek/flipper-zero-tutorials 1 yıl önce
assets 7e3b2594b3 Add air_labyrinth from https://github.com/jamisonderek/flipper-zero-tutorials 1 yıl önce
engine 44bf7d27a7 Format 1 yıl önce
sprites 7e3b2594b3 Add air_labyrinth from https://github.com/jamisonderek/flipper-zero-tutorials 1 yıl önce
.gitignore 7e3b2594b3 Add air_labyrinth from https://github.com/jamisonderek/flipper-zero-tutorials 1 yıl önce
.gitsubtree 7e3b2594b3 Add air_labyrinth from https://github.com/jamisonderek/flipper-zero-tutorials 1 yıl önce
LICENSE 7e3b2594b3 Add air_labyrinth from https://github.com/jamisonderek/flipper-zero-tutorials 1 yıl önce
README.md 7e3b2594b3 Add air_labyrinth from https://github.com/jamisonderek/flipper-zero-tutorials 1 yıl önce
application.fam 762688f712 Fix game engine sprites on windows (pt2) 1 yıl önce
game.c 415316f7e9 AirLabyrinth: Fix build on gcc12 1 yıl önce
game.h 7e3b2594b3 Add air_labyrinth from https://github.com/jamisonderek/flipper-zero-tutorials 1 yıl önce
icon.png 7e3b2594b3 Add air_labyrinth from https://github.com/jamisonderek/flipper-zero-tutorials 1 yıl önce
walls.h 7e3b2594b3 Add air_labyrinth from https://github.com/jamisonderek/flipper-zero-tutorials 1 yıl önce

README.md

Air Labyrinth

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

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.