Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jywarren/antfarm
- Owner: jywarren
- License: gpl-3.0
- Created: 2015-08-04T03:48:47.000Z (over 9 years ago)
- Default Branch: gh-pages
- Last Pushed: 2019-07-24T21:55:15.000Z (over 5 years ago)
- Last Synced: 2024-04-15T01:39:39.412Z (9 months ago)
- Language: JavaScript
- Homepage: https://jywarren.github.io/antfarm
- Size: 1.55 MB
- Stars: 9
- Watchers: 5
- Forks: 6
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# antfarm
Experimental "ant farm" simulator in JavaScriptTry 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!