ArduGolf is a 3D minigolf game with solid ball physics, ported to the Flipper Zero handheld device.
Play through 18 holes, plan your shots, bounce off walls, and use slopes to finish each course in as few strokes as possible.
- 3D gameplay
- Good ball physics
- 18-hole minigolf course
- Controls adapted for Flipper Zero
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
To compile the game, you will need the Flipper Zero firmware source code and the required build toolchain.
Make sure you have enough free disk space, then clone the firmware repository with all submodules:
git clone --recursive https://github.com/flipperdevices/flipperzero-firmware.gitBuild the base firmware using the Flipper Build Tool (fbt) to verify that your environment is set up correctly:
./fbt- Copy the game source code directory into the firmware’s user applications folder:
./flipperzero-firmware/applications_user/
- Build the application (
.fapfile) using the following command:
./fbt fap_ardugolf && mv mv build/f7-firmware-D/.extapps/ardugolf.fap ./After a successful build, the resulting application file can be found in the build/ directory.
Copy catacombs.fap to your Flipper Zero SD card.
tiberiusbrown ArduGolf








