racket/collects/2htdp/utest
2009-12-29 23:59:39 +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 separated 2htdp/universe from htdp/image, allowing either htdp/image or 2htdp/image to be used 2009-12-29 23:59:39 +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