diff --git a/Compiling-for-the-web.md b/Compiling-for-the-web.md new file mode 100644 index 0000000..19e6542 --- /dev/null +++ b/Compiling-for-the-web.md @@ -0,0 +1 @@ +The game can be compiled for web browsers that support WebGL using [Emscripten](https://github.com/emscripten-core). To do so, install [emsdk](https://github.com/emscripten-core/emsdk) and run `make TARGET_WEB=1`. \ No newline at end of file