Industrial manufacturing
Industrial Internet of Things | Industrial materials | Equipment Maintenance and Repair | Industrial programming |
home  MfgRobots >> Industrial manufacturing >  >> Manufacturing Technology >> Manufacturing process

T-Rex-duino: Arduino Clone of the Classic Chrome Dinosaur Game

Components and supplies

T-Rex-duino: Arduino Clone of the Classic Chrome Dinosaur Game
Arduino Nano R3
Any AVR-based Arduino (Uno, nano, pro mini, etc.)
×1
T-Rex-duino: Arduino Clone of the Classic Chrome Dinosaur Game
DFRobot Gravity:Digital Push Button (Yellow)
Any push-button
×2
T-Rex-duino: Arduino Clone of the Classic Chrome Dinosaur Game
Graphic OLED, 128 x 64
This link is NOT the actual component, it's only for visual purposes! Make sure your OLED display based on SPI SSD1309 driver/controller!
×1

Apps and online services

T-Rex-duino: Arduino Clone of the Classic Chrome Dinosaur Game
Arduino IDE

About this project


T-Rex-duino: Arduino Clone of the Classic Chrome Dinosaur Game

Description

Ever wanted to play chrome T-rex game, but the internet connection is too damn stable so you could never get to the error page? Whatever may be your answer, now you can!

Update: you can now use much cheaper SH1106/SSD1306 display! Just select the display type you use at the beginning of the arduino sketch.

Details

It’s super easy to build, as it requires very few components:

  • Arduino Uno / Nano / Pro Mini;
  • OLED display 128x64 SSD1309;
  • A button (or two, if you want to duck!).

You can find schematics below on this page and Arduino sketch on the GitHub release page.

Just like in the original, the game becomes harder (faster) the further you progress.

Additional game features include:

  • lives;
  • T-Rex can duck

Here’s gameplay video

Have fun! (=

Code

Github file
https://github.com/AlexIII/t-rex-duino/releaseshttps://github.com/AlexIII/t-rex-duino/releases
Github
https://github.com/AlexIII/t-rex-duinohttps://github.com/AlexIII/t-rex-duino

Schematics

T-Rex-duino: Arduino Clone of the Classic Chrome Dinosaur GameT-Rex-duino: Arduino Clone of the Classic Chrome Dinosaur Game

Manufacturing process

  1. Build a Classic Pong Game on Arduino UNO with OLED Display – Step‑by‑Step Tutorial
  2. DIY Arduino USB Gaming Controller – Build Your Own High-Performance Gamepad
  3. Pixel Chaser: Interactive One-Tap LED Game with Arduino Nano
  4. Comprehensive Arduino Training Kit with Mega 2560, Sensors, Motors, and Custom PCB
  5. DIY LED Roulette Game – Build a One‑Person Arcade with Arduino Nano
  6. Build a Credit‑Card‑Sized Arduboy Clone with Arduino Nano & I2C OLED
  7. Control the Chrome Dinosaur Game with Arduino: Real‑Life Hardware Project
  8. Build an Arduino Tic‑Tac‑Toe Game on a Touchscreen: A Step‑by‑Step Tutorial
  9. Build an Arduino Memory Game (Simon Clone) – Step‑by‑Step Tutorial
  10. Build a Web-Based Two-Player Game with Arduino UNO & PHPoC WiFi Shield