Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

auto-py-to-exe is just a pretty UI wrapper around pyinstaller. Might still help since it will do the job of finding it, but may not work

auto-py-to-exe worked and it made a .exe and stuff except when i ran it, it gave me some errors because it cant find the path assets/images... and stuff, and i cant find it either

(on one of my games). so i copied the assets file from the original folder into the one with the executable file and it worked, but i need to get a custom font because it cant find pygame's font

make sure to include all the folders for Pygame in the compile command. It sometimes misses stuff if you don't specify them and just tell it to include a package

wait bruh now pygame doesnt work