Flappy-Bird-Game Before Running the code, make sure you have installed the required modules. random : For generating random numbers. sys: We will use sys to exit the program. pygame: To build 2D games in Python.