Jumping Game

by 23garza6104 in Circuits > Arduino

152 Views, 0 Favorites, 0 Comments

Jumping Game

Screen Shot 2021-06-11 at 12.38.04 AM.png

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

IMG_7359.jpg
IMG_7360.jpg

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

Screen Shot 2021-06-11 at 12.37.43 AM.png
Screen Shot 2021-06-11 at 12.38.04 AM.png

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.

CODE

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!