| Ship-Scape is a text adventure. It is pretty simple to use - just run the
program and have at it. The command interpreter is of a simple variety. It
will understand the basic adventure directional commands plus some game
specific ones. Each word only needs to be 4 chars (NORT,SOUT) - you can type
the whole word, but you don't need to.
This is my first attempt at writing an adventure game so the dictionary is very
limited. Typical go, open, unlock, get, drop.... Like that. As with any other
text adventure, you will have to experiment. |