Cave Story Emscripten port

emscripten
Downloading...

You need a powerful device for this to run at full speed.

Emscripten is annoying to port things to: one of its biggest limitations is that you can't use any mainloops (the infinite loops a game puts itself in so it runs indefinitely), but Cave Story's engine *heavily* relies on them. On the upside, Emscripten supports SDL2, so I didn't have to rewrite any of the existing backend code.

If you're new here, this port is based on CSE2 - the Cave Story decompilation project.
You can find the source code here.