https://github.com/apfxtech/FlipperDrivin
Ard Drivin - racing game for Flipper Zero
https://github.com/apfxtech/FlipperDrivin
flipper flipper-zero flipperzero game racing racing-game
Last synced: about 1 month ago
JSON representation
Ard Drivin - racing game for Flipper Zero
- Host: GitHub
- URL: https://github.com/apfxtech/FlipperDrivin
- Owner: apfxtech
- License: mit
- Created: 2026-02-05T12:58:02.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-02-21T19:12:09.000Z (3 months ago)
- Last Synced: 2026-02-22T00:51:51.778Z (3 months ago)
- Topics: flipper, flipper-zero, flipperzero, game, racing, racing-game
- Language: C++
- Homepage:
- Size: 127 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.txt
Awesome Lists containing this project
- flipper-zero-awesome - Ardudrivin
README
# FlipperDrivin
'Ard Drivin' is an Arduboy racing game
Coding: Rem
Graphics: LP
Port: apfxtech
Technical info so far:
- Game runs at a constant rate of 67 frames per second
- Rendered in 3 colors: black, gray, white
- Grayscale is achieved by flickering quickly between black and white, and also alternating the dithering pattern, so it looks more stable. The resulting grayscale is almost perfectly stable, except for a sort of visible subtle scanline glitch
- Sprite scaling (pre-rendered scaled sprites, to be precise)
- Sound (using ArduboyTones library)
- It uses Arduboy2 lib, although most of the drawing routines have been written from scratch
- Custom font!
- png to Arduboy conversion made using Processing 3
## Original
**rveilleux**
[ard-drivin](https://github.com/rveilleux/ard-drivin.git)
Link on Arduboy.com: http://community.arduboy.com/t/ard-drivin-is-coming/3178