Implementing an ant colony simulation with ants finding paths between food sources placed randomly and the nest.
Computer Science learning blog
Implementing an ant colony simulation with ants finding paths between food sources placed randomly and the nest.
p5.js is a JavaScript library that offers a direct and simple interface for creating sketches and animations. In this post we go over the basics of p5.js and show how to set it up locally.