racket/collects/2htdp/utest
Eli Barzilay a70bf64fd9 Newlines at EOFs
svn: r15380
2009-07-04 02:28:31 +00:00
..
balls.ss changed world?/universe? to check-with 2009-06-17 18:55:14 +00:00
carl.ss Newlines at EOFs 2009-07-04 02:28:31 +00:00
design.txt utest contains ball game 2009-06-05 01:55:32 +00:00
player set svn:eol-style 2009-06-11 06:39:05 +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 changed world?/universe? to check-with 2009-06-17 18:55:14 +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