This repository serves as a documentation for my final project in my Object Oriented Programming (OOP) course.
This program/project is made to recreate the famous game Flappy Bird using Python. This mainly utilizes the library pygame.
Credits are given to the inspiration and owner this project, Max Rohowsky.
LINK: Flappy Bird in Python & Pygame | Updated 2022
- Launch the game in the file main.py.
- Make sure to install the required library:
pip install pygame