top | item 40695027

(no title)

gnfedhjmm2 | 1 year ago

It’s funny I was thinking about writing some browser based games using Pyscript with web assembly. But now I think by the time I finish the games they’ll have ported enough of Python into web assembly that I might as well write it with Kivy or Pygame and then it would be cross platform. Pygame already in the browser, but slow and clunky IMO. In 6 months who knows?

discuss

order

nextaccountic|1 year ago

Don't let analysis paralysis deter you from writing games. Pyscript is fine. Other stuff is fine too. Pick whatever technology you want, and make quick games with rapid prototyping. Join some game jams and keep your scope small. It's better to create and ship many small games.

About pygame in the browser: check out pygbag.

gnfedhjmm2|1 year ago

Would like technical thoughts, not cheerleading. I’ve written many games before just not with a new shaky stack.