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/2-modules
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.rkt add -demo suffix to test langs to avoid name collisions 7 years ago
world.rkt add -demo suffix to test langs to avoid name collisions 7 years ago

README.txt

The old "txtadv+world.rkt" module is now split into two parts:
"txtadv.rkt" and "world.rkt". Aside from the split and necessary
`provide' and `require' declarations, the only change to engine and
world descriptions is the `start-game' call at the end of "world.rkt",
which passes to the game engine all of the declarations that it
formerly used directly.

To play the game, run the "world.rkt" module.