Skip to content

A recreation of the mobile game "Flappy Bird" (2013) coded in both python and javascript

License

Notifications You must be signed in to change notification settings

RaysOfTheSun/FlappyBird

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlappyBird

  • 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.

Notes

  • This project used libraries such as Pygame and Pathlib for the Python version.
  • The p5.js library and the Simple cookie framework was used in the JavaScript version.
  • I would like to extend my gratitude to the owners of the graphics, fonts and audio 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.