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

https://github.com/fluffyspectre/js-ants

JavaScript-controlled ant colony
https://github.com/fluffyspectre/js-ants

Last synced: about 2 months ago
JSON representation

JavaScript-controlled ant colony

Awesome Lists containing this project

README

        

# js-ants

JavaScript-controlled ant colony.

![GIF](media/jsants.gif)

## How to build
1. cd src
2. npm install
3. cd sim
4. npm install
5. npm run build
6. cd ..
7. Serve the index.html via a webserver
8. Done.