Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 421 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 421 Bytes

WumpusWorld

A simple implementation of Wumpus World.

Unix/Linux Compilation

To clean up all object files and executables:

cd WumpusWorld # Go to the source directory.
make clean

To compile this program:

cd WumpusWorld # Go to the source directory.
make

Run the executable:

# Notice: [] signify optional parameter(s), <> signify required parameter(s).
./WumpusWorld [ <configuration.txt> ]