Google Chrome's famous dinosaur game on a 16x2 LCD shield!
Works beautifully on an Arduino Uno.
- Download the repo.
- Open the project in PlatformIO.
- Change the port to upload in
platformio.ini
. - Upload.
- Download the repo.
- Create a new blank Arduino sketch called "Chrome_Dino_Game".
- Close Arduino IDE.
- Navigate to that sketch folder.
- Copy the contents of the
src
folder to the sketch folder. - Rename
main.cpp
toChrome_Dino_Game.ino
. - Open the sketch back up in Arduino IDE.
- Change board type and upload port if neccessary.
- Upload.
Look in pinouts.h
to change the pins for the LCD and button.
Look in config.h
to change game aspects.