Module wumpus

Cat's Eye Technologies' Erlang Wumpus.

Description

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:

Function Index

game/0Provides the main user interface to the Hunt the Wumpus game.
start/0Equivalent to game().

Function Details

game/0

game() -> quit

Provides the main user interface to the Hunt the Wumpus game. game/0 initializes everything for the main loop, game/1.

start/0

start() -> quit

Equivalent to game().


Generated by EDoc, Dec 25 2007, 02:43:52.