Zork was directly inspired by the first text adventure game, Colossal Cave Adventure, written in 1975. Zork distinguished itself in its genre as an especially rich game, in terms of both the quality of the storytelling and the sophistication of its text parser, which was not limited to simple verb-noun commands ("hit troll"), but recognized some prepositions and conjunctions ("hit the troll with the Elvish sword").
Source
First of all you need to install the dependencies running the command below in your terminal:
cd zork-ts
npm installBOT_TOKEN=secret-value
CHAT_ID=secret-value
MAP_URI=secret-value
USER_MAXIMUM_ATTEMPTS=secret-valuenpm start:consoleTry the bot using this link or search for @ZorkFirstBot.
| Flag | Language | Code |
|---|---|---|
| ๐บ๐ธ | English | en |
| ๐ง๐ท | Portuguese | pt |
e.g.:
npm start:console -lang ptor
npm start:console --lang=ptMade with โฅ by Lucas Silva


