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
- Host: GitHub
- URL: https://github.com/fluffyspectre/js-ants
- Owner: FluffySpectre
- License: gpl-3.0
- Created: 2023-10-18T20:51:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-06T11:48:45.000Z (5 months ago)
- Last Synced: 2025-02-10T04:29:12.299Z (4 months ago)
- Language: TypeScript
- Size: 2.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# js-ants
JavaScript-controlled ant colony.

## 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.