racket/collects/realm/chapter6
2013-02-23 02:09:56 -05:00
..
graphics
readme.txt source and readme for snake game 2012-12-21 21:11:40 -05:00
source.rkt Newlines at EOFs scan. 2013-02-23 02:09:56 -05:00

This chapter implements the old "snake" game with a small twist. 

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.