wumpus-2002.0630 README ------------------------ Erlang Wumpus is an implementation of the classic game of Hunt the Wumpus in Erlang. To install ---------- Place the wumpus-2002.0630 directory in the code path. The easiest way to do this is to locate it in Erlang's lib directory (could be found at /usr/local/lib/erlang/lib on Unix, \Program Files\erl5.x\lib on Windows, or somewhere else, depending on the Erlang installation.) To compile ---------- In the wumpus-2002.0630 directory, type erlc -o ebin erc/*.erl To play ------- In the wumpus-2002.0630 directory, type erl -noshell -run wumpus -run init stop Or, start the Erlang shell: erl Then type: wumpus:start(). Happy hunting! -Chris