You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Matthew Butterick ff4bda8ee3 | 8 years ago | |
---|---|---|
.. | ||
README.txt | 8 years ago | |
txtadv+world.rkt | 8 years ago |
README.txt
The "txtadv+world.rkt" is the initial implementation of the text-adventure game in Racket. The file name foreshadows a split of the program into two modules later. The "Model" section of the code is described in the article. The "The world" section is the verbose world description that we will improve in the next step. Sections from "Game state" on implement the game engine, and those parts will remain essentially unchanged as we improve the language for describing worlds.