DEFAULT=3 PLAYER=7 BEEP=2000 STATUSDELAY=333 COMPUTER=8,300 UPDATE_WHEN_PRESSED=1 So this is the config file... The following items are valid: 1. DEFAULT= default is 7 2. BEEP= (set to 0 for no beep) default is 2000 3. PLAYER= for the user (you) default is 8 4. COMPUTER=, default is no computer at all... each line adds a new computer player. 5. STATUSDELAY= for the status at the bottom default is 250 milliseconds -> approx 4 updates per second. (0 is NOT a good choice). 6. UPDATE_WHEN_PRESSED=<1/0> 1: The status is updated every time you press a key. If 0, it's not. No spaces allowed inside the "config-options" ie. the following lines are NOT valid: BEEP=500 BEEP =1000 Each line without the correct syntax is ignored. Last valid reconfiguration is used. The speed of the computers are not exact due to some conversions between clock ticks (18.2064971923 per second) and hundredths (100 per second) and some other things...