Tic Tac Toe Game

A basic Tic Tac Toe game built using HTML/JavaScript/CSS.

Links

Solution URL : https://github.com/karan-vaishnav/Tic-Tac-Toe-Game

Live Site URL : https://k-tictactoe.netlify.app/

How to get Started

  1. To make a move, the player will use the mouse single click to mark a space. In this version,there is no provision to undo the move. As soon as the move is done, the game proceeds to the next player's chance.
  2. At each move,the game will show whose move(Player X pr Player O)it is.When the game ends,it displays one of the following three outcomes: a. Player X Wins!! b. Player O Wins!! c. Game is drawn!!