Skip to content
This repository has been archived by the owner on Jan 3, 2021. It is now read-only.

Latest commit

 

History

History
executable file
·
38 lines (31 loc) · 805 Bytes

README.md

File metadata and controls

executable file
·
38 lines (31 loc) · 805 Bytes

towerdefense-game

First of all, be sure to clone all submodules:

git clone --recursive git@github.com:gloomyzen/towerdefense-game.git towerdefense-game 
cd towerdefense-game

Usage (WebAssembly) :

Install emscripten, then

mkdir public
cd public
emmake cmake ..
make -j$(nproc)

Usage (Linux) :

mkdir build
cd build
cmake ..
make -j$(nproc)
./main

Simple way to up and run local development (docker and bash required) :

./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