Jumping Game
Today's project is going to consist of a button an LCD and some other supplies that will help us assemble a quick game.
Supplies
1 x Arduino UNO
1 x LCD screen (16 x 2 character)
1 x Electronics breadboard
1 x 220 Ω resistor
1 x Pushbutton switch
A Solid-core hookup wire
1 x USB cable
Step 1: Getting All the Parts
Apart from the parts featured you will also need a button (that cut out in the picture) and a cable to connect the Arduino to the computer in order to pass the code.
Step 2: Assembling the Circuit
In this step, you will connect all the LCD inputs to the correct pins as featured in the images above.
Step 3: Programing the Ardruino
At this point, you should have the Arduino assembled and ready to get programmed.
Start by copying the code below into an Arduino site where you will be then transferring the code to the physical Arduino.
Then continue by connecting the Arduino to the computer and transfer the code to the Arduino.
If all goes as planned the game should be working with the click of the button. Enjoy!