Skip to content

Tower defense engine written in TypeScript with rx.js6, three.js, and pattern from Cycle.js.

License

Notifications You must be signed in to change notification settings

przemyslawjanpietrzak/RxTowerDefense

Repository files navigation

Build Status License: MIT

RX Tower Defense

Tower defense engine game written in TypeScript with rx.js5, three.js and pattern from Cycle.js.

alt tag

Production:

develop

stable

Run:

Install packages:

yarn install

Build bundle

yarn build

Run linter

yarn lint

Run unit tests

yarn test

Run dev server:

yarn start

Deploy on AWS S3

yarn run deploy:master
yarn run deploy:develop
yarn run deploy:pull-request