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

gloomyzen/tgengine

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published