TowerDefence

A 3D tower defence game written in typescript using threejs and webpack.

Stars
1

TowerDefence

Requirements

  • node.js
  • npm

Install

git clone https://github.com/JosephAbbey/TowerDefence
cd TowerDefence
npm install

Run

Dev:

npm start

Lint:

npm run lint

Build:

npm run build