DouglasOrr / Kadigan

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kadigan

Build Status

Kadigan is a single-player RTS set in a dynamic world.

Getting started

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'

Reference

About

License:MIT License


Languages

Language:TypeScript 93.0%Language:HTML 4.0%Language:Python 2.1%Language:CSS 0.6%Language:JavaScript 0.2%Language:Dockerfile 0.0%