smcameron / space-nerds-in-space

Multi-player spaceship bridge simulator game. Captain your starship through adventures with your friends. See https://smcameron.github.io/space-nerds-in-space
GNU General Public License v2.0
731 stars 75 forks source link

Consider attempting to make snis_client compile to webassembly #277

Closed smcameron closed 4 years ago

smcameron commented 4 years ago

It might be possible to compile snis_client to webassembly. Probably there would need to be some modifications for this. Worth looking into to see if there are any hard parts that make it impossible.

https://webassembly.org/getting-started/developers-guide/

If successful, it would allow people to play the damn thing in a web browser!

smcameron commented 4 years ago

I going to close this issue. The likelihood of a webassembly implementation is negligibly small. The likelihood of a windows port is about ten times as high as that (still negligibly small).