capristo wrote
Sweet! The 'g'o command doesn't seem to work for me in Firefox
Hmm, works for me on Firefox, though I'm on Windows. You're on MacOS right? Could be an emscripten bug.
There are still a few little unported things, such as the fullscreen option.
You can also upload files to the browser's IDBFS database file system, although IVAN-wasm won't load savefiles from the original build of vanilla IVAN. I think this is because it was compiled so long ago with an older generation compiler, some of the data types might be assumed to be of a different size (in bytes). When these old data types are read into IVAN-wasm, there must be some sort of numerical under/overflow. I think it would take some serious CS expertise to patch it up.
There's also all the old bugs... 0.o All the same, it's progress towards porting Attnam/ivan to the web.
I think one of the potential possibilities would be to run this on node.js, and then the server could verify a playthrough and maintain a global scoreboard of "legit" hi-scores.