Skip to content

dreadwail/tsgame

Repository files navigation

tsgame

A game written in typescript.

Prerequisites

  • node
  • npm

Run npm install to install the dependencies.

Build

To build:

npm run build

To start

To start the game and launch it in a browser:

npm start

Tests

To run the tests:

npm test

To continually run the tests while developing:

npm run test:watch

About

A game written in typescript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published