racket/collects/realm/chapter13
2013-02-23 02:09:56 -05:00
..
client.rkt Newlines at EOFs scan. 2013-02-23 02:09:56 -05:00
readme.txt distributed server game 2012-12-21 21:11:41 -05:00
run.rkt Newlines at EOFs scan. 2013-02-23 02:09:56 -05:00
server.rkt distributed server game 2012-12-21 21:11:41 -05:00
shared.rkt compiliation allowed, typo 2012-12-22 19:27:59 -05:00

This chapter implements a distributed version of the "guess my number" game. 

TO PLAY, open the file

	 run.rkt 

in DrRacket. The instructions for playing are at the top of the file. 

TO EXPERIMENT, open the files 

	 -- run.rkt 
	 -- server.rkt 
	 -- client.rkt 
	 -- shared.rkt 

in four different tabs or windows in DrRacket. Switch to the 'run.rkt'
tab and select 

  View | Show Module browser

to see how these files are related. To switch to one of these four files, 
you may click the boxes in the module browsers. Alternatively click the 
tab you wish to work on. It is also possible to select tabs via key
strokes. 

Each file except for 'run.rkt' comes with test submodules at the bottom of
the file.