Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Nice! Did you use a game engine to make this game? You could build on it and release it for mobile. 

Thanks. Its just pygame with some helper classes and functions generated and adapted from chatgpt. The game actually works well on mobile, directly here from itch. I also made a installable PWA version on github, will add the link to the description.

I didn't know you could do that in Python. What library or libraries did you use to generate a web version? And was there a performance hit? 

i used the pygbag library, performance on web is usually 2 to 3 times lower than on desktop, depends on what you are doing