TourneySim is a chess tournament simulator written in C. At the moment it is very simplistic, and only supports single and double round-robin.
- 2 tournament types
- Completely customisable player info input (through file IO)
- Considers White's first-move advantage
- Proper formulae for win/draw/loss probabilities
- Estimate chance of winning the tournament for each player
- Customisable "aggression" knob, which determines the willingness of players to fight for wins
Added winProb and aggression
Release