Combat: Command Line Arguments
combat {flags}* {displays}+
Flags
- -v
- print version anf copyright information
- -d
- enable debug mode (verbose printing)
- -r nrocks
- set number of rocks (default: 9)
- -s seed
- select random seed (default: 0)
- -w delay
- set delay in usecs (default: 50000)
The delay is used to synchronize consecutive frames
of the game. It should be long enough to allow the slowest display
participating in the game to complete all the drawing operations
associated with a frame.
Sample Commands
> combat machine1:0 machine2:0 machine3:0
> combat -r 3 -s 4 machine1:0 machine2:0 machine3:0
> combat -s 666 dog.cs.arizona.edu:0 cat:0