You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: