Flappy bird created using pygame library
-
Download and install pygame: a)Open terminal/cmd and run the following code, If one fails to work please try the alternative: "pip install pygame" "pip3 install pygame"
-
Your system can now import pygame; to check the same, run the following code in preffered editor: import pygame
If you are greeted by pygagme, well and lovely; move on If NOT, please try installing pygame using the alternate methods
-
Download the zip file from GitHub and extract the Assets folder into the workshop directory( where you keep your files )
-
Refrain from renaming the folders
CC: Coding with Russ
Code based on Coding with Russ tutorial with following changes:
- Movement changed from mouseclick to spacebar
- Added flapping, point and collision sounds
- subtle logic code changes