Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

how are you planning to distribute the game when ur done? I'm using pyinstaller, but its kinda wack

pyinstaller dose not work if you haven‘t installed pygame.
Whatch this:https://youtu.be/RrpvNvklmFA

works for me, I put the files on a USB stick and managed to run it on my gf's laptop, my laptop and my mom's work laptop all of which I'm nearly certain don't have python or pygame installed...

if it workes it is fine, but pyinstaller only convertes the script in an exe and the module in the video compiles the modules and python + creates an exe. Pyinstaller wont work at all devices but the module will :)