Skip to content

A small javascript implementation of ant colony on a graph.

Notifications You must be signed in to change notification settings

anthill/AntColony

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Banner of the website

npm install

then

to run example:

browserify example/start.js  -o example/app.js -d -v

serve as you wish.

to use it inside a website

browserify index.js  -o app.js -d -v