Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ <h1>HOW CAN I WIN AT TIC-TAC-TOE?</h1>

If you always pay attention and look ahead, you'll never lose a game of Tic-Tac-Toe. You may not win, but at least you'll tie.</p>
<button id="start-btn">Start Game</button>


</div>
</div>
<!-- instruction phase ends here -->
Expand Down Expand Up @@ -169,6 +171,7 @@ <h4>Scoreboard</h4>
</select>
<div class="div-end-of-game">
<button onclick="reset_board()">RESET BOARD</button>
<button onclick="undoMove()">UNDO MOVE</button> <!-- Add this line -->
</div>
<h2 id="winner"></h2>
</div>
Expand Down