Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 300 Bytes

File metadata and controls

13 lines (7 loc) · 300 Bytes

AntSimGUI

Ant Colony Simulation in Java

This program simulates emergent properties using various data structures (i.e. Linked List, Stack). It comes complete with fun 8-bit retro music in the background.

To run this program, cd into the src directory and:

javac Driver.java

then

java Driver