anthillviz

A ant colony simulation for our website

Usage no npm install needed!

<script type="module">
  import anthillviz from 'https://cdn.skypack.dev/anthillviz';
</script>

README

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