Goal of this first tutorial is to understand programming ants.
Ants can do each iteration exactly one of the following things:
- Walk
- Harvest
- Give food (to another ant or the queen)
- Use pheromones
- Attack
Key to survival is using these action commands the best way possible. So lets learn about each of them step by step...
Try it yourself!
A little hands on: