Skip to content

Commit

Permalink
Updates to my Chess bot
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahaanv19 committed Nov 21, 2024
1 parent 7cfdb2e commit 6e59dc9
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions navigation/share_and_care/chess/hangout.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ authors: Ahaan, Xavier, Spencer, Vasanth
}
}

// Chat functionality
// Chat functionality
const chatMessages = document.getElementById("chatMessages");
const messageInput = document.getElementById("messageInput");
const sendBtn = document.getElementById("sendBtn");
Expand Down Expand Up @@ -309,12 +309,7 @@ function botResponse() {
motivationalMessages[Math.floor(Math.random() * motivationalMessages.length)];
addMessage(randomMessage, "bot");
}


drawBoard();
</script>
</body>
</html>




Expand Down

0 comments on commit 6e59dc9

Please # to comment.