Tic-Tac-Toe

Game Board
Next Player: X

Usage

  • Users can start the game by clicking any of the squares on the board.
  • Users can alternate turns between "X" and "O" by clicking on empty squares
  • Users can see the game status, showing whose turn it is or if there is a winner.
  • If all the nine squares are marked and there is no winner then there is a draw.
  • User can navigate to any previous move by clicking the respective "Go to move #" button.
  • Users can click on the "Reset" button to reset the game or click on the "Go to game start" to return to the initial state of game.