{
    "cli": "chessai.chess.bin",
    "arguments": [
        "--seed", "4",
        "--ui", "null",
        "--max-moves", "100",
        "--white-team", "agent-minimax",
        "--black-team", "agent-minimax",
    ]
}
---
<LOG_PREFIX> -- Average Score: 0.50
<LOG_PREFIX> -- Scores:        0.5
<LOG_PREFIX> -- Record:        Tie
<LOG_PREFIX> -- Average Moves: 100.0
<LOG_PREFIX> -- Move Counts:   100
