Skip to content
/ lem-in Public

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.

Notifications You must be signed in to change notification settings

mkotkov/lem-in

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lem-in

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

Getting started

Usage

Run the program

Run the program.

go run main.go ./data/<inputfile>

Tests

Information

  • audit_test.sh has 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

Run the test.

./audit_test.sh

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published