Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

That's cool. Making a game in python, that's dope man. Like the start slow before hit for the first time. Make a zip with source code (just a name example) and another one pong, it's helps the user (even though i tried both github and itch). There's only one collision bug i found just sharing it so that it may help you in future. 

Thanks, the GitHub one is more up-to-date than the Itch.io one because I don't feel like re-uploading the files every time I make a change. Oh and, I don't have a way of exporting projects into EXE files because Python doesn't even support it normally, I used Pyinstaller to export it, it bundles the Python interpreter and the game scripts into one EXE file.