A simple little Dice game for the Flipper Zero.
- Python 3.14+
- ufbt (micro Flipper Build Tool)
- A Flipper Zero of course
-
Clone the repository
git clone https://github.com/averagecryptonerd/dice cd dice -
Install ufbt
pip install ufbt
-
Build and launch on your Flipper Zero
ufbt launch
Or just build the
.fapfile:ufbt
The compiled
.fapfile will be indist/directory and in your Flipper Zero'sgamesdirectory.
