https://github.com/ufukbakan/webgl-towerdefense
https://github.com/ufukbakan/webgl-towerdefense
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ufukbakan/webgl-towerdefense
- Owner: ufukbakan
- Created: 2022-04-30T11:05:30.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-02T18:52:56.000Z (almost 3 years ago)
- Last Synced: 2024-12-30T16:34:39.219Z (5 months ago)
- Language: JavaScript
- Homepage: https://ufukbakan.github.io/WebGL-TowerDefense/public/
- Size: 64.7 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WebGL TowerDefense
Live deployment: https://ufukbakan.github.io/WebGL-TowerDefense/public/
- Only production:
```bash
$ npm install
$ npm start
```
- Production + development:
```bash
$ npm install -also dev
```