Working on a WebAssembly version, but I've never attempted that conversion before and not sure I'll make it by the deadline.
Hey yeah that would be great. Thanks for the offer!
I made a quick attempt at pygbag -- the game built fine, but the localhost version never actually did anything. Any tips would be appreciated. The source code for this game is here: https://github.com/shadowFAQs/dice-o-metric
The only changes I made for pygbag were just to make it async aware. Possibly I need to mash all the .py files into one?
you shouldn't need to put them into one. direct your browser to http://localhost:8000/#debug instead and you'll see the error. youll also need to add the requirment at the top of main
# /// script # dependencies = [ # numpy, # pytweening, # shapely # ] # ///