Sometimes, I think there's a bug in the game logic, but I can't remember exactly what the previous state was. It would be helpful to log which moves were made, so I can review it for bugs. I could also learn which moves I made were the weakest, to improve my playing. For now, just log to stderr.
Example log entry:
Player X at A4 from A4 (0.9), A3 (0.1), B7 (0.0001)
Sometimes, I think there's a bug in the game logic, but I can't remember exactly what the previous state was. It would be helpful to log which moves were made, so I can review it for bugs. I could also learn which moves I made were the weakest, to improve my playing. For now, just log to stderr.
Example log entry: Player X at A4 from A4 (0.9), A3 (0.1), B7 (0.0001)