This Flappy Bird game is created using python. The modules used here are pygame, sys and random.
If you don't have pygame module in your system, run the following command in your windows powershell or terminal.
pip install pygame
To run the game go to:
dist folder -> main folder -> click on main.exe