A chess engine designed to play in an aggressive style using statistics.
The style script is written in Python and found here. Use --help
for an overview of available commands.
Example usage:
python ./style.py --pgn=./kasparov.pgn --player="Kasparov, Garry" --all
Example output:
Filter: All games
Score:
- games 2000
- wins 1000 (50.00%)
- draws 850 (42.50%)
- losses 150 (7.50%)
Styles:
- Aggressive 0.500
- Positional 0.400