PUBLISHER : | |
PROGRAMMERS AUTHORS : | Darren Reynolds |
TYPE : | Text addventure |
RELEASE DATE : | February 1984 |
PLATFORM : | |
CATEGORY : | Adventure |
SECOND CATEGORY : | Type ins
Game (Magazine) |
ORIGIN : | |
NOTES : | This was published in Computer & Video Games, vol. 3, no. 5, February 1984, 'Book of games' supplement, pp. 17-20. The program does not work as published because the subroutine at line 200 converts the input to lower case, but all the verbs and nouns in the DATA statements are in upper case. To fix this, convert the DATA statements and all tests for B$ to lower case. You will still have problems if you enter a verb in upper case without a noun, as you are then prompted for more info, but the extra info is not converted to lower case and the subsequent tests for B$ will fail. To fix this, follow each of the input statements for B$ with ":I$=B$:GOSUB200:B$=I$:GOTOxxx", where xxx is the same line number as the test. This will get you by, but there are still many other bugs. A bug-fixed version is included. |
|
|
|