racket/collects/2htdp/utest
Matthias Felleisen 1a571f09fb some clean up
svn: r15866
2009-09-03 10:47:31 +00:00
..
balls.ss svn: r15439 2009-07-14 01:35:51 +00:00
design.txt utest contains ball game 2009-06-05 01:55:32 +00:00
player improving chat, no need to propagate 2009-07-17 16:59:40 +00:00
README utest contains ball game 2009-06-05 01:55:32 +00:00
sam.ss typos in tests 2009-07-22 15:11:18 +00:00
shared.ss some clean up 2009-09-03 10:47:31 +00:00
xrun utest contains ball game 2009-06-05 01:55:32 +00:00

to test:         $ ./xrun  
to add a player: $ ./player Foo

shared.ss : player infrastructure 
carl.ss   : one specific player derived from shared.ss
sam.ss    : another one 
  -- add more with player plus string 

balls.ss  : the server