Skip to content

Commit

Permalink
AI excess moves fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhilash-0322 committed Apr 26, 2024
1 parent 292155c commit 6223c7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tic.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const winPatterns=[
[6,7,8]
]
function modeAI(){
makeAIMove();
// makeAIMove();
boxes.forEach((box)=>{
box.addEventListener("click",()=>{
console.log("box was clicked");
Expand Down

0 comments on commit 6223c7e

Please sign in to comment.