Josua Müller

Results 4 comments of Josua Müller

You can currently use: ``` board.MakeMove(move); var moveIsCheck = board.IsInCheck(); board.UndoMove(move); ``` I'm not sure if they want to introduce QoL methods which help reduce token usage now, but they...

I'm not sure if I understand that right, but I do it by saving what color my bot is, and then checking which color is to move next. Unfortunately, it...

Was it a bug on your side? Either way, if it's solved, please close the issue, thanks!

And a button to simply advance the game state by one move would be useful as well.