- This is a reacreation of the game
Flappy Bird
by.GEARS
. - This can be played using a web browser.
Play now!
- The game was coded in both Python and JavaScript.
- The source code for the JavaScript port can be found in the docs folder. While, on the other hand, the Python source code can be found in the Python folder.
- This project used libraries such as
Pygame
andPathlib
for the Python version. - The
p5.js
library and theSimple cookie framework
was used in the JavaScript version. - I would like to extend my gratitude to the owners of the graphics,
fonts
andaudio files
I have used in this project. - This is the first actual game that I've coded. If there are any suggestions or recommendations, please do tell me.