This software has for aim the study of an ants’ colony behaviour to find the exit in a labyrinth.
This use case was made to learn more NetLogo Software on a Multi Agent System. This model has many features and you will be able to see the influence of different events in the simulation.
This model can be improved, the possibilities are numerous.
V0.1: Make a simple and basic model with only a start point and end points, one ant family. (OK)
V0.2: Adding signals (help) in the environment to inform ants how to go to the labyrinth’s exit. (OK)
V0.2.1: Add ant’s signal to send and share information between ants (only nearest ant is aware about the exit) (OK)
V0.3: Adding a dynamic environment with food and poison randomly (OK)
V0.3.1: Adding stats control and final comments on the code before release (OK)
V1.0: First official release