An open API service indexing awesome lists of open source software.

https://github.com/ev-tye/esp32-dino-run

A port of the popular browser game by Google to the ESP32 hooked up to a single button and a 16x2 I2C LCD
https://github.com/ev-tye/esp32-dino-run

dinosaur-game embedded esp32 game

Last synced: 5 months ago
JSON representation

A port of the popular browser game by Google to the ESP32 hooked up to a single button and a 16x2 I2C LCD

Awesome Lists containing this project

README

          

# ESP32 Dino Run
A port of the popular browser game by Google to the ESP32 hooked up to a single button and a 16x2 I2C LCD

# Flashing Instructions
- Open the sketch in Arduino IDE
- Select your board model
- Upload the sketch to the board

# Library Requirements
- LiquidCrystal I2C by Frank de Brabander: https://github.com/fdebrabander/Arduino-LiquidCrystal-I2C-library (NOTE: This is compatible with the ESP32 as well as Arduino)

# Wiring Schematic
![esp32_dino_schematic](https://github.com/user-attachments/assets/6df6b11e-7b5e-4692-ba02-0115b291d6ea)