Clone of T-rex game from Chrome browser rewritten for Arduino.
Forked from github.com/AlexIII/t-rex-duino to support SPI SSD1306 0.96" OLED display and re-organised as a PlatformIO project.
A few components needed:
- Arduino Pro Mini
- If you want to use Uno, Nano etc. change board in
platformio.ini
- If you want to use Uno, Nano etc. change board in
- SPI OLED display 128x64 SSD1306 (or SSD1309)
- Two buttons: one to jump, one to duck
- Keep both pressed on power-up to reset hi score
- Assemble
- Install PlatformIO core
- Upload with
$ pio run -t upload - Play!
- Repeat from step 4
MIT License
© 2020 github.com/AlexIII
© 2026 github.com/neurino
