racket/collects/realm/chapter5
Robby Findler fdd9344b27 adjust file to use the literal bytes for the ufo image
this may not be suitable code for RoR, I'm not sure, but it
avoids the compilation problem and was fun to try out
(at least for me)
2012-12-21 22:32:53 -06:00
..
readme.txt
source.rkt purpose statements 2012-12-21 21:11:41 -05:00
ufo-source.rkt adjust file to use the literal bytes for the ufo image 2012-12-21 22:32:53 -06:00

This chapter implements an interactive, graphical version of the "guess my
numbers" game. Open the file

	 source.rkt 

in DrRacket. The instructions for starting are at the top of the file. 
Our tests are at the bottom of the file in a separate 'test' submodule. 

;; -----------------------------------------------------------------------------

If you wish to experiment with a small world program, open 

         ufo-source.rkt

The file runs a UFO from the top of the screen to the bottom.