cpetry / AntSim

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

Dead ants should be converted to food before disappearing #11

Closed cpetry closed 7 years ago

cpetry commented 7 years ago

Ants that die, should be converted to a class that inherites the Food class. They can then be harvested and disappear exactly the same way as food does. Perhaps a "nice" graphic would be appropriate.

cpetry commented 7 years ago

For now the graphic is okay