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
Same with losing, if positional score is -255 it'll just make random non-sense move.
Solution is to implement an additional posotional score in cases of inevitable win or lose; to not drag the game in the first case and to drag in the second.
The text was updated successfully, but these errors were encountered:
Same with losing, if positional score is -255 it'll just make random non-sense move.
Solution is to implement an additional posotional score in cases of inevitable win or lose; to not drag the game in the first case and to drag in the second.
The text was updated successfully, but these errors were encountered: