| Text Parser |
Article Index for Text |
Website Links For Text |
Information AboutText Parser |
| CATEGORIES ABOUT TEXT PARSER | |
| parsing algorithms | |
|
The Parser makes it easier for the game author to react on input. The game author does not have to check whether the command is "get the gem", "take the gem", "get gem", "take gem", "take the precious gem", and so on, because the Parser has already stripped that down to something like "take gem". For the player, the game is more flexible. The player does not have to hunt for the right words, because the game understands more words. Parsers were used in early Interactive Fiction like the Zork series and games by Sierra On-Line . See also Parser in general computer science. |
|
|