Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 531 Bytes

File metadata and controls

20 lines (11 loc) · 531 Bytes

MMFinal

Minds & Machine Final Project

Our website

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)