Skip to content

SebLague/Ant-Simulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ant-Simulation

A simple ant simulation: the ants try to find food (green) and bring it back to their home. They find good paths using trails of pheremones (blue and red), which indicate 'leaving home' and 'returning from food'.
You can left-click drag to draw in new parts of the map and watch the ants try to adapt (hold shift to erase walls instead). The ants' behaviour can also be tweaked on the Settings object.
The project should be opened in the Unity editor (2021.3).

You can watch a video about this project (and some other things) here.
It was inspired by this video by Pezza, who has a much cooler project to experiment with over here.

Ants