Live data from Hacker News

Show HN: Full Freeciv client running on WebAssembly

freecivweb.com

1–10 of 33 posts

Re: Show HN: Full Freeciv client running on WebAssembly

#8

Plenty of other WebAssembly ports that are online, another one online is The Curse of Monkey Island: (press escape key as soon as it loads to skip to playing!) https://personal-1094.web.app/scummvm.html

Don't get too invested in the gameplay though, as after 15 minutes the game stops and prompts you to host it yourself.

Re: Show HN: Full Freeciv client running on WebAssembly

#10
post #9
post #6

Very cool. In what language did you write it to produce wasm bytecode?

Freeciv is about 85% C: https://github.com/freeciv/freeciv

We have forked it and are allowing more C++, but it is still mostly C style. https://github.com/longturn/freeciv21
Post reply on HN