racket/collects/2htdp/utest
2011-07-02 14:47:54 -07:00
..
balls.rkt
design.txt
player
README
sam.rkt What are tests for anyway? 2011-07-02 14:47:54 -07:00
shared.rkt
xrun

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