I'm pretty new to processing but have decent java experience. My first project I wanted to make is a small Ant ecosystem/ simulator. I want to know a few things:
I want to make multiple objects of the class Ant, an object of the class Anthill and an object of the class Food. What I want is that the An object choose to walk the closest route from Anthill to food... And wait when there is no food in the world. Is this possible? And how is it done? I figured something like drawing a line between anthill and food and let the Ants walk that... I have no idea how to implement this tough.
1