Cat's Eye Technologies' Erlang Wumpus.
This is an implementation of Gregory Yob's classic game of Hunt the Wumpus.
This version is not wholly faithful to the original. It is primarily intended for example purposes. Notably, the Wumpus does not move at all. Also, messages may be less than thrilling.
As an example program, Erlang Wumpus demonstrates:
random
module digraph
module case catch N
to catch errors game/0 | Provides the main user interface to the Hunt the Wumpus game. |
start/0 | Equivalent to game(). |
game() -> quit
Provides the main user interface to the Hunt the Wumpus game. game/0 initializes everything for the main loop, game/1.
start() -> quit
Equivalent to game().
Generated by EDoc, Feb 18 2008, 06:50:50.