Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
This is yet another rewrite of the classic Wumpus game. usage: java -jar wumpus-1.0.jar [-a] [-d <arg>] [-g] [-h] [-p] [-r <arg>] wumpus [options] A game for intelligent agents -a,--automated automated agent -d,--dimension <arg> the x & y dimensions of the cave, default is 4 -g,--graphic graphic mode, default is false -h,--help print this message -p,--possible guarantee a safe path to gold, default is false -r,--arrows <arg> number of arrows in quiver, default is 1 written by qcarver@gmail.com free to use or distributee