/simple_arduino_game

A simple DIY style project where I made a Flappy Bird Game using Arduino, 16×2 LCD display and a push button. It does not replicate the original Flappy Bird game but gives an idea of ​​how to implement a simple version of your own.

Primary LanguageC++

Introduction

I'll show how to make a simple DIY Flappy Bird Game using Arduino. This is a low-cost implementation of the Flappy Bird game :)

Required components

  • 1x Arduino Uno
  • 1x Standard LCD (16x2)
  • 1x Resistor (1K)
  • 1x Buzzer
  • 1x Small Push Button Switch
  • Jumper wire (as needed).

Schematic Diagram

circuit diagram

Note

Pay attention to the pin numbers in the source code to make it work!