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

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

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
```