A basic Tic Tac Toe game built using HTML/JavaScript/CSS.
Solution URL : https://github.com/Ishita-gup123/Tic-Tac-Toe-Game.git
Live Site URL : https://game-tictac.netlify.app/
-
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.
-
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!!