coffincw / HandTilt3000

Arduino powered gaming system which allows you to play classic 2-D games like snake simply by tilting your hand

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hand Tilt 3000

Hand tilt controlled arcade gaming system powered by an Arduino ESP32.

Check out the Project Website for additional information

How to Run

Simply connect the MPU sensor to the board according to the pin setup pictured below, connect the board to the LCD screen using two wires included in the pin set up, power up the chip, install the Electronic Cats MPU6050 library, and play!

Pin Setup

ESP32 Wire Setup

Games

  • Snake
    • Classic snake with three difficulty modes and border roll over modifications.
  • Dodger
    • Simplified version of frogger, simply make it to the top of the screen while avoiding the obstacles.

Dependencies

  • MPU6050 by Electronic Cats Version 0.0.2
  • Bitluni's ESP32 Composite Video Library (INCLUDED IN CODE)

Parts Needed to Build

  • Arduino ESP32
  • MPU-6050 Sensor
  • AV Video Splitter
    • We took a regular AV video coord and split and soldered it ourselves
  • Glove (optional)
    • Needed to attach sensor to hand (can do with out simply by using rubber bands)
  • x5 Female to Male Wires

Game Demonstrations

Snake

About

Arduino powered gaming system which allows you to play classic 2-D games like snake simply by tilting your hand


Languages

Language:C++ 80.7%Language:C 19.3%