Gurpil
July 10, 2026 · View on GitHub
Flipper Zero adaptation of the web game Gurpil: an endless side-scroller where you pick your wheel shape on the fly to match the terrain and go faster.

How to play
Press the D-pad to switch your wheel shape at any time:
| Input | Shape |
|---|---|
| Up | Circle ○ |
| Right | Line — |
| Down | Square □ |
| Left | Triangle △ |
Each shape is best on a different terrain (flat, rocky, uphill, obstacle) — match it to the ground ahead to keep your speed up. Reach checkpoints to earn extra time and push your best distance. The run is endless: it only ends when time runs out.
The pace ramps up as you go: a run opens at a gentle x1, then builds to x2 and x3 (the full speed) the further you get — the current tier shows next to the speed bar.
Controls
Menu
| Input | Action |
|---|---|
| D-pad | Move cursor |
| OK | Select (Play / How to play / Credits) |
In game
| Input | Action |
|---|---|
| Up / Right / Down / Left | Pick wheel shape (see table above) |
| Back | Return to the menu |
Build
Requires a local flipperzero-firmware tree, or ufbt:
ufbt
ufbt launch
Tests, format, lint
make test
make format
make linter