A game written in typescript.
- node
- npm
Run npm install
to install the dependencies.
To build:
npm run build
To start the game and launch it in a browser:
npm start
To run the tests:
npm test
To continually run the tests while developing:
npm run test:watch