On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

This brings back my Flappy Bird PTSD  xD. I did run it, but it was a bit heavy - downloading all these files, perhaps a ZIP file would make more sense? This is what I used to run it:

pyton -m venv env  # to download dependencies only within the game folder
pip install pygame
python final1.py

Congrats on your work, man! 

Thank you man! Will keep that in mind for the next update. Appreciate your input!