Hi, while I am trying to implement the code in my project to build a chess bot, I sometimes run into recursion errors. I have set the maximum step to 150 before a draw is declared so it's not a bug. Any chance you could suggest how to rewrite the search function using a loop?
thanks
Hi, while I am trying to implement the code in my project to build a chess bot, I sometimes run into recursion errors. I have set the maximum step to 150 before a draw is declared so it's not a bug. Any chance you could suggest how to rewrite the search function using a loop? thanks