Need the game state after the last move is played

I need the game state file, for how the game looks after the game-ending move is played (or after round 400 in the case of no clear winner).

The reason I need it is because, while learning, after making a move my bot looks at the next state to see how good or bad the outcome was. It can’t do that after the last move though.

It doesn’t have to be sent to the bot. I’m ok with it being in the game logs folder, as I don’t need it during the actual tournaments. But not sure what is easiest or makes the most sense.
I would like a state.json file in the same format as what the bots get.

Would Entelect comment on making that change?

Actually I figured out another way to do what I need to… Nevermind

1 Like