Have you played this game?You can rate this game, record that you've played it, or put it on your wish list after you log in. |
In this adventure you find treasures and valuables in your mad uncle Tays' house type simple commands: north, south, etc. To move (or just 'n', 's'). Take and drop, inventory, look, read, move, and so on. Some commands are complex: 'move the hubcap with the spanner'.
The source code for this game seems to be standard Applesoft Basic code put up as an example program for a Javascript version of that Venerable 8-bit computer language. The source code is very well written and the game is very challenging. The parser is able to handle two-word commands and also some more complex sentences for more complex tasks. Some things to be aware of: It doesn't accept short-form commands except for the directions--So "INV" wont work for INVENTORY, for example. Also it uses the convention of "TAKE" instead of "GET" and does not support many synonyms, although "READ" and "EXAMINE" will do much the same things. The clues are very thorough and there are no instances of completely arbitrary deaths. All risks can be foreseen if clues and descriptions are read carefully. A very interesting concept that leaves you wondering--who exactly was uncle Tays?
A walkthrough is available at:
Basic Programming on the TRS-80 MC-10