Mangot Tournament Manager

Mangot is a simple chess engine tournament manager written in the Golang programming language.

History

11/08/2020 - Mangot 1.2.0

  • Added the possibility to suspend and resume a tournament: simply restart the tournament and it will continue from where it was left!

10/08/2020 - Mangot 1.1.1

  • Added possibility to generate a file with all commands sent to and received from the engine.
  • Added tournament game results to .table file

09/08/2020 - Mangot 1.1.0

  • Added possibility to setup initial board position from a list of FEN strings.

07/08/2020 - Mangot 1.0.0

  • Polyglot Opening book support (.bin format).
  • UCI engines support.
  • Easy configuration with JSON files.
  • Possibility to have different time controls for white and black engines.
  • Available time controls: X time for Y moves (with or without increment), game in X time (with or without increment), X time per move, fixed search depth.
  • ELO performance calculator.
  • PGN game export.
  • Possibility to adjudicate games.