git clone --recursive git@github.com:gloomyzen/towerdefense-game.git towerdefense-game
cd towerdefense-game
Install emscripten, then
mkdir public
cd public
emmake cmake ..
make -j$(nproc)
mkdir build
cd build
cmake ..
make -j$(nproc)
./main
./docker_run.sh -r
./docker_run.sh -o ubuntu bash
build_in_container
Now, visit https://localhost:8080/.
More about utilities, you can read in docs page
List of examples