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/README.txt

9 lines
402 B
Plaintext

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.