diff --git a/index.html b/index.html index be0d5f9..af0d521 100644 --- a/index.html +++ b/index.html @@ -118,5 +118,10 @@

Players: (click name to toggle strikethrough)

+ diff --git a/main.js b/main.js index 6285886..b0f085a 100644 --- a/main.js +++ b/main.js @@ -603,7 +603,6 @@ const board = document.getElementById("board"); const game = new Chess(); function computer_move() { num_moves++; - console.log(num_moves); return todays_player.f(game); } // might want to change this when it's more wordly