The goal of this project is to create a digital version of an ant farm. A program that parses rooms, connections and ants from an input file. It then tries to find the best way to move the ants through the paths based on certain set of rules. Instructions are HERE
Run the program.
go run main.go ./data/<inputfile>
audit_test.shhas everything to run the audit tests. It contains all the examples, including the bad ones. It runs every text file one at a time.
Run the test.
./audit_test.sh