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-demo/txtadv-demo/0-longhand
Matthew Butterick ff4bda8ee3 add -demo suffix to test langs to avoid name collisions 7 years ago
..
README.txt add -demo suffix to test langs to avoid name collisions 7 years ago
txtadv+world.rkt add -demo suffix to test langs to avoid name collisions 7 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.