Skip to content

FluffySpectre/js-ants

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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.