Skip to content

Frozen-Flames/TicTacToe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TicTacToe

This project is about a famous frontend game named 'TIC TAC TOE' with creativity in its display.

Rules of the Game:

  1. The game is played on a grid that is 3 squares by 3 squares.
  2. Among the two players, one gets to mark X and the other player marks O. Players take turns alternately one after another putting their marks in the tic tac toe board.
  3. The first player to get 3 of her marks in a row (up, down, across, or diagonally) is the winner.
  4. The game continues till either of the player wins or when all 9 squares are full and no winning pattern is achieved on the board. In such a case (If no player is able to get a winning pattern), the game ends in a tie.

Collaborators:

Esha

Dhruv Kashyap

Languages:

HTML

CSS

JavaScript

How To Run The Code:

Clone or download the repository on your machine. Run index.html file (Open with any web browser)

NOTE: Edit the paths of the files suitably. Make sure to keep the related files in suitable location

Thank You.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 46.5%
  • CSS 34.1%
  • HTML 19.4%