Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(4 edits)

Hey, thanks for playing! I use pygbag for converting to web assembly: https://pypi.org/project/pygbag/

I do find some performance degradation, but I am able to make the build run at 60fps on my test machines by keeping the resolution small and not drawing areas outside of the map area every frame (you might haved noticed some glitchy artifacts when entities go outside the main playing area).

As for using pygbag, you just need to alter your main loop to use asyncio (see instructions on that url). Feel free to message me if you have trouble getting it working.

So, it won't run without Asyncio? That's a shame. Maybe it's better to invest in learning a JavaScript framework.