This is a very simple game for Arduino, you should avoid having the ball deflated by falling into the spikes.
To run this project you must have the following items:
- Arduino UNO installed in your computer.
- An Arduino UNO compatible board.
- A push button.
- An LCD screen.
- A 12KΩ resistor.
- A 220Ω resistor.
- Jumper wires.
- Clone the project.
- Open
jump.ino
with Arduino IDE. - Upload it to your Arduino UNO.
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.