12 lines
242 B
Plaintext
12 lines
242 B
Plaintext
|
|
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
|
|
|