Simple Shoot for UNIX 0.8.0 Read Me

Simple Shoot is a simple shooting text-based game. It was written in C, 
and it should work with most UNIX-based operating systems.

The file "sht.c" is a text file contains the source code, you need to 
compile it in order to run on your computer.

Command to compile the program using GCC: gcc sht.c -o sht -lcurses
(The "-lcurses" argument is optional for some systems.)

Then an executable file called "sht" will be created, and you can play 
in the terminal by typing "./sht"!

Keys: Left Arrow   --- Move Left
      Right Arrow  --- Move Right
      Space Bar    --- Shoot !

By MacMonster, 18-July-2002.
Monster Software, 1998-2002.

