Introduction: Arduino Flappy Bird Game
This Is A Very Simple Arduino 16*2 Lcd Game Which Can Be Played Using The Click Of A Push Button
Easy & Simple ..............
If You Like This Instructable Please Subscribe To My Channel
https://www.youtube.com/ZenoModiff
Step 1: Parts .......
* ARDUINO NANO
* I2C LCD MODULE
* PUSH BUTTON SWITCH
* BREADBOARD
* MALE - MALE JUMPERS
* MALE - FEMALE JUMPERS
Step 2: Wiring ....
Connect The I2C Module To The Arduino
GND - ARDUINO GND
VCC - ARDUINO 5V
SDA - ARDUINO A4
SCL - ARDUINO A5
For More Info Check This Instructable :-- https://goo.gl/U4KJPg
Step 3:
Connect The Push Button To The Breadboard ....
Step 4:
Connect Arduino - Gnd To One Side Of The Push Button .....
Another To Arduino Pin D2 .............
Step 5: Schematics .....
Step 6: More Info .........
Arduino Main Software :-- https://www.arduino.cc/en/Main/Software
Code :--
http://www.mediafire.com/file/5ow9p46mucyoq7j/Fla...
Library :--
https://bitbucket.org/fmalpartida/new-liquidcrysta...
Buy From Utsource
--------------------------------
Arduino Nano :-- https://in.utsource.net/itm/p/8647184.html
16*2 Lcd Display :-- https://in.utsource.net/itm/p/6466299.html
Button Switch :-- https://in.utsource.net/itm/p/9221577.html
Bread Board :-- https://in.utsource.net/itm/p/7961313.html
Jumpers :-- https://in.utsource.net/itm/p/6466299.html
7 Comments
5 years ago
I want to make this but I don't have an LCD module. Is it possible to make without it and only with the LCD, Arduino, and wires? What is the purpose for the LCD module?
Reply 2 years ago
yes it is possible, i think this is what you are looking for.
https://www.instructables.com/id/Arduino-LCD-Game/
Reply 5 years ago
Yes it is possible that u can make it also with lcd itself but u need to change it in the code and wiring of lcd i made it like that because to make the wiring more simpler
3 years ago
thanks! I just did this and the code works flawlessly
5 years ago
Can you document who wrote the code ?
Reply 5 years ago
i got it from google i dnt really know it now beacuse it is now 6 months back
Reply 5 years ago
You should mention a very cool feature : if you connect the button input to the PIN_AUTOPLAY output, then it plays automatically !
Nice to show the game.
Can also connect an LED to the "cheat" output.