This project is a port of the original Arduventure project. The main goal of this fork is to port the game from the Arduboy console to Flipper Zero.
A lightweight retro RPG/adventure for Flipper Zero, based on the classic Arduventure for Arduboy. Explore a pixel world, fight enemies, and grow your character across multiple areas.
- Gameplay across 4 locations
- A large, beautiful world to explore
- 8-bit music
- Character progression
- Equipment system: amulets and weapons
- Random battles / encounters
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Arduventure : http://www.team-arg.org/ardu-manual.html
Download latest Arduboy version and source : https://github.com/TEAMarg/ID-46-Arduventure/releases/latest
MADE by TEAM a.r.g. : http://www.team-arg.org/more-about.html
2017 - 2018 JO3RI GANTOIS - GAVIN ATKIN - OLIVIER HUARD - SIEGFRIED CROES
Additional Level Design - Jace Atkin
Game License: MIT : https://opensource.org/licenses/MIT
Story, characters, sprites, tiles, design and art: copyrighted to TEAM a.r.g. NOT under MIT !
- Go to the Releases page of this repository.
- Download the latest build/package.
- Copy it to your Flipper Zero (e.g., via qFlipper) into the appropriate apps/games folder.
- Launch it from the Flipper menu.
To compile the game you need:
- Flipper Zero firmware source code
- The Flipper build toolchain set up on your system
Make sure you have enough free disk space, then clone the Flipper Zero firmware repository with submodules:
git clone --recursive https://github.com/flipperdevices/flipperzero-firmware.gitBuild the base firmware once using Flipper Build Tool (fbt) to ensure your environment is correct:
./fbt- Copy the game source folder into the firmware’s user applications directory:
./flipperzero-firmware/applications_user/
- Build the application (FAP file) with:
./fbt fap_arduventure && mv build/f7-firmware-D/.extapps/arduventure.fap ./After a successful build, the resulting .fap can be found under the build/ directory. Copy it to your Flipper Zero SD card into the apps/ folder.










