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.
- Host: GitHub
- URL: https://github.com/josephabbey/towerdefence
- Owner: JosephAbbey
- Created: 2022-05-30T09:02:17.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-01T10:00:43.000Z (over 3 years ago)
- Last Synced: 2025-02-10T18:12:19.876Z (over 1 year ago)
- Topics: github-pages, three, typescript, webpack
- Language: TypeScript
- Homepage: https://towerdefence.herokuapp.com
- Size: 760 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```