An open API service indexing awesome lists of open source software.

https://github.com/josephabbey/towerdefence

A 3D tower defence game written in typescript using threejs and webpack.
https://github.com/josephabbey/towerdefence

github-pages three typescript webpack

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# TowerDefence

![Heroku](https://heroku-badge.herokuapp.com/?app=towerdefence)

## Requirements

- node.js
- npm

## Install

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

## Run

Dev:

```shell
npm start
```

Lint:

```shell
npm run lint
```

Build:

```shell
npm run build
```