Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jywarren/antfarm

JS experimental "ant farm" simulator
https://github.com/jywarren/antfarm

Last synced: 3 months ago
JSON representation

JS experimental "ant farm" simulator

Awesome Lists containing this project

README

        

# antfarm
Experimental "ant farm" simulator in JavaScript

Try it out at https://jywarren.github.io/antfarm

Documentation at https://github.com/jywarren/antfarm/wiki

Share your ant scripts at https://github.com/jywarren/antfarm/wiki#examples

****

##Developers

This uses bower for dependencies, so to set up a dev environment locally, you'll need to run `bower install`.

You should be able to run it directly in a browser, but a simple webserver is also provided in `run_linux_mac.sh`

Pull requests welcome!