Joshua Hall
Joshua Hall
what repo version are you on? Can you try pull the repository?
Update to latest version as there has been many improvements regarding the board and movement
could you post the line of code that causes it?
i couldn't seem to reproduce it even with this code i wrote: public Move Think(Board board, Timer timer) { Move[] moves = board.GetLegalMoves(); int score = 0; // play Pawn...
it would play c4, then i'd play d5 and it would eval and then it would just continue
can you build / run it??
Hi, i just helped a guy fix the same issue but on another issue. It turns out if you have any bad characters in the path **to** or **in** the...