This project aims to port to the Jewels Runtime to a wide variety of platforms.
Using the SDL2 libraries as a base, the game can now run as a desktop app or in the browser.
The online version requires SDL2, zlib and Emscripten.
Build cs3 runtime
First install emscripten : https://emscripten.org/index.html
Run these commands
$ python bin/gen.py emsdl
$ emmake make
Launch the application
$ emrun build/jewels.html