Simple Maze Version 0.9.2 Read Me

Simple Maze is a very simple maze game which run in the terminal. This game was
written in C, and should run on most UNIX-based operating system, such as
Linux, Mac OS X, etc.

Before you run the program, you need to use gcc compiler to compile the source
code first. To compile the program, type: gcc maze.c -o maze -lcurses -lm
Then you can run the program by typing "maze" or "./maze" in the terminal.

The game is quite easy to play. The letter "X" is you, and the "$" is the
destination. Use the arrow keys in the keyboard to move. While playing, you can
press ESC key to terminate the game.


By MacMonster, 13-Sep-2002.
Monster Software, 1998-2002.
