Kadigan is a single-player RTS set in a dynamic world.
You can either use npm
directly, or through the wrapper script run
which just runs everything through a Docker image. To host the dev server at http://localhost:1234/index.html?scene=game&fog=false&debugai=true&aidifficulty=medium&map=std
./run build
./run start
Checks ./run check
or for continuous typecheck & tests:
./run tsc -w
./run test -w
This might also be useful sometimes:
git diff --cached -- ':!package-lock.json'