10 lines
295 B
Plaintext
10 lines
295 B
Plaintext
|
|
This chapter implements a graphical version of the "orc" game from Barski's
|
|
"Land of Lisp". To play or to experiment, open the file
|
|
|
|
source.rkt
|
|
|
|
in DrRacket. The instructions for playing are at the top of the file.
|
|
Our tests are at the bottom of the file in a separate 'test' submodule.
|
|
|