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
In the function below, I noticed that during test runs, the diagonal checks would lag behind by one placed piece. A diagonal of four will go unprocessed for a turn until the next move before being detected... This is likely because of a consecutive piece counting error in the diagonal checking helper function, specifically the while loop.
In the function below, I noticed that during test runs, the diagonal checks would lag behind by one placed piece. A diagonal of four will go unprocessed for a turn until the next move before being detected... This is likely because of a consecutive piece counting error in the diagonal checking helper function, specifically the
while
loop.Console-Connect-4/src/board.c
Line 279 in 15b5e57
The text was updated successfully, but these errors were encountered: