racket/collects/realm/chapter12
2012-12-22 19:27:58 -05:00
..
readme.txt lazy version of dice of doom 2012-12-22 19:27:58 -05:00
source.rkt lazy version of dice of doom 2012-12-22 19:27:58 -05:00

This chapter implements a GUI version of the "dice of doom" game from
Barski's "Land of Lisp". This implementation uses a lazy game tree and 
adds an AI player. 

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.