Skip to content

neurino/t-rex-duino

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

T-Rex-duino

Clone of T-rex game from Chrome browser rewritten for Arduino.

demo

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
  • 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

Instructions

  1. Assemble
  2. Install PlatformIO core
  3. Upload with $ pio run -t upload
  4. Play!
  5. Repeat from step 4

License

MIT License
© 2020 github.com/AlexIII
© 2026 github.com/neurino

About

Clone of T-rex game from Chrome browser rewritten for Arduino

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 56.1%
  • C++ 39.2%
  • Python 4.0%
  • Shell 0.7%