Minds & Machine Final Project
Prerequisites
- Python (3.12.1 as tested)
To run our simulation
- Download simulation.py
- Create the starting map at line 77 (place w for wumpus, h for hole, g for gold)
- Run the python file
*Theoretically, the program only works on mac due to the console clearing command, but it is not tested on other platforms.
*Color coding may not work on all IDE (Mac Terminal works)