Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 459 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 459 Bytes

Ant-Simulator

Ant colony simulation algorithm visualization with libGDX. An ant colony will be tasked to search for and retrieve food from generated finite food sources. Implementation of simple ant behaviour (phermone trails) to investigate overall system behaviour.

LOG: 2016-05-05 Initial commit, working hive position and obstacle generation, working viewport for resizable window 2016-05-05 Added food source initial generation and display