Skip to content

Compiling for the web

quentin452 edited this page May 1, 2024 · 1 revision

The game can be compiled for web browsers that support WebGL using Emscripten. To do so, install emsdk and run make TARGET_WEB=1.

Clone this wiki locally