Created Compiling for the web (markdown)

master
rai 2020-05-10 15:57:04 +02:00
parent aa080b0a58
commit fd83cbd450
1 changed files with 1 additions and 0 deletions

1
Compiling-for-the-web.md Normal file

@ -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`.