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

Impressive! I really like the isometric style and how you accomplished that with pygame. There were some moments that I am not a fan of like the backtracking part to get the coffee and the issues with the camera. Aside from those, I think the game is good!

Also, a tip: If you aren't using it, exclude numpy when compiling with PyInstaller. In the cmd, use --exclude-module=numpy line. Numpy takes up a lot of space and people aren't too keen about downloading games that have large file sizes.

Thanks a lot! 

Ah I initially stored the maps in numpy arrays but changed it and forgot to remove the import  and I didn't know that it was large , thanks a lot!