From fd83cbd4504d72307bb696e87302fb6a3de07875 Mon Sep 17 00:00:00 2001 From: rai Date: Sun, 10 May 2020 15:57:04 +0200 Subject: [PATCH] Created Compiling for the web (markdown) --- Compiling-for-the-web.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 Compiling-for-the-web.md 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