/Ant-Simulator

Ant colony simulation algorithm visualization with libGDX

Primary LanguageJava

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