racket/collects/2htdp/utest
2011-07-02 14:47:54 -07:00
..
balls.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06: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.rkt What are tests for anyway? 2011-07-02 14:47:54 -07:00
shared.rkt ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04: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