This project is an implementation of the popular game Flappy Birds for Arduino. The game is displayed on a 16x2 LCD screen and controlled using a single button.
arduinoFlappyBirds.ino
: This is the main Arduino sketch file for the game. It includes the game logic, collision detection, and display code.
- Open the
arduinoFlappyBirds.ino
file in the Arduino IDE or Visual Studio Code with the Arduino extension installed. - Connect your Arduino board to your computer.
- Select the correct board and port in the Arduino IDE or Visual Studio Code.
- Upload the sketch to your Arduino board.
- Press the button to make the bird jump.
- Avoid the pipes and collect coins to increase your score.
This project is open source and available under the MIT License.