Skip to content

Ishitag26/Tic-Tac-Toe-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe Game

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

Links

Solution URL : https://github.com/Ishita-gup123/Tic-Tac-Toe-Game.git

Live Site URL : https://game-tictac.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!!