Skip to content

Latest commit

 

History

History

chapter2

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
This chapter implements a primitive, Lisp-style version of the "guess my
numbers" game. 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.