racket/collects/2htdp/utest
Matthias Felleisen bbc24b5e68 svn: r15091
2009-06-05 13:50:24 +00:00
..
balls.ss utest contains ball game 2009-06-05 01:55:32 +00:00
carl.ss utest contains ball game 2009-06-05 01:55:32 +00:00
design.txt utest contains ball game 2009-06-05 01:55:32 +00:00
player require typo, mostly 2009-06-05 08:16:37 +00:00
README utest contains ball game 2009-06-05 01:55:32 +00:00
sam.ss utest contains ball game 2009-06-05 01:55:32 +00:00
shared.ss utest contains ball game 2009-06-05 01:55:32 +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