./cutechess-cli.sh -fcp cmd=./scorpio dir=. -scp cmd=./scorpio dir=. -both tc=40/5
Started game 1 of 1
Game 1 ended: 1-0 {Black resigns}
Scorpio_2.4 JA wins the game as white
Score of Scorpio_2.4 JA vs Scorpio_2.4 JA: 1 - 0 - 0
Finished match
Thank you guys ! Now it works. I fired up multiple instances of it and it finished bullet matches on all of them without problems. Now i need to write a script which does pairing (gauntlet / round robin and may be KO), collect results, and do stat analysis with bayeselo.
BTW is there a way I can get the result of a mathc out of cutechess ,including the white/black win information. Because i think i might need to pass that to bayeselo when i hack it.
Daniel Shawul wrote:Thank you guys ! Now it works. I fired up multiple instances of it and it finished bullet matches on all of them without problems. Now i need to write a script which does pairing (gauntlet / round robin and may be KO), collect results, and do stat analysis with bayeselo.
BTW is there a way I can get the result of a mathc out of cutechess ,including the white/black win information. Because i think i might need to pass that to bayeselo when i hack it.
thanks
You could always parse the second to last line of cutechess-cli's output, but it could be more convenient. I could implement some kind of silent mode that would only output the end result as an easy-to-parse string.