A small program that simulates organic patterns of microbiome.
Idea from Sebastian Lague's coding adventure.
https://www.youtube.com/watch?v=X-iSQQgOd1A&ab_channel=SebastianLague
Generate agents that can trace other agents' trails. Have done experiment for 100,000 agents.
Each agent can sense through 3 sensors that is located on 3 directions: top, left and right.
Simple 3x3 Blur Function
is used to smooth and evaporate the trails.