Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.2 KB

README.md

File metadata and controls

40 lines (26 loc) · 1.2 KB

Jump

This is a very simple game for Arduino, you should avoid having the ball deflated by falling into the spikes.

Getting started

To run this project you must have the following items:

Installation

  1. Clone the project.
  2. Open jump.ino with Arduino IDE.
  3. Upload it to your Arduino UNO.

Breadboard view

Breadboard image

How does this work?

To Do list

The following items are missing to say this is v1 release:

  • I may have a bug somewhere because the LCD flickers strangely in the "Game Over" message.
  • A better animation when the ball jumps.
  • A blog entry explaining how I did it.
  • Better screenshots to show what does this do.