cpetry / AntSim

A fun project to test some pathfinding and genetic algorithms
https://cpetry.github.io/AntSim/
MIT License
18 stars 2 forks source link

Add individual smelling distance to ants #1

Closed cpetry closed 7 years ago

cpetry commented 7 years ago

Food, enemies, the hive and pheromones smell differently. The distance from where the object is noticed, depends on the ants sentry ability. Each iteration the position the smell comes from also differs slightly depending on the ants ability.

Steps are:

cpetry commented 7 years ago

Ants should be extend SmellableObject so that they can identify and smell themselves.