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.
beautiful-racket/beautiful-racket/br/demo/txtadv/0-longhand
Matthew Butterick 69df1b4ac0 work it 8 years ago
..
README.txt work it 8 years ago
txtadv+world.rkt work it 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.