|
Click on a filename to view its contents
|
AntSim Code Files
|
antsim.cc |
Main ant colony simulator interface for both the GUI and non-GUI versions.
|
antsim.hh |
Header file for antsim.cc
|
ant.cc |
The actual implementation of an ant in the colony simulator.
|
ant.hh |
Header file for ant.cc
|
map.cc |
The implementation of the world in which the ant colony exists.
|
map.hh |
Header file for map.cc
|
gui.cc |
The implementation of the GUI interface to the ant simulator.
|
gui.hh |
Header file for gui.cc
|
|
AntSim Project Files
|
README |
README for the ant simulator.
|
Makefile |
Makefile for the ant simulator with the GUI interface.
|
Makefile.nogui |
Makefile for the ant simulator without the GUI interface.
|
flat.map |
Test map with one nest, one food supply, and no blockages.
|
blockage.map |
Same as the test map above except it has blockages.
|
|
All project files as a tarball
|
antsim.tgz |
Contains all above source files as well as a README with information
on compiling and running the ant simulator.
|