https://github.com/hizoul/switd
Basic Tower-Defense Implementation in Typescript for a University Assignment about Ant Colony Optimization
https://github.com/hizoul/switd
ant-colony-optimization tower-defense typescript
Last synced: about 1 month ago
JSON representation
Basic Tower-Defense Implementation in Typescript for a University Assignment about Ant Colony Optimization
- Host: GitHub
- URL: https://github.com/hizoul/switd
- Owner: Hizoul
- Created: 2017-10-31T17:08:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-17T19:52:41.000Z (over 7 years ago)
- Last Synced: 2025-01-22T12:45:42.212Z (3 months ago)
- Topics: ant-colony-optimization, tower-defense, typescript
- Language: TeX
- Homepage:
- Size: 6.53 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- Citation: citation.txt
Awesome Lists containing this project
README
# Live Demo
Live Demo available via [rawgit](https://rawgit.com/Hizoul/switd/master/webpackDist/app/ssr.html)# Running in Dev Mode
run webpack-dev-server with correct path settings
```bash
npm run dev
```
# Testing
merley executing jest tests with coverage paramter
```bash
npm run test
```
# Run Experiments
```bash
npm run experiment
```