Create a flappy bird game.
- Pygame - It is a gaming module in python which is used for designing and programming games in python.
- Random - With the help of this module, one can generate numbers or integers at random.
Flappy bird game was created using the above two modules, one can check the code attached with it to understand it better and run it to understand how it works