Skip to content

RahulSingh044/TIC-TAC-TOE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe

Are you feeling bored and want to recall your childhood games. This is for you. The nostalagic Tic Tac Toe , rules are simple one will have "X" and other have "O" played in a box of 3 rows and 3 columns. One will win if you had same character either in straight 3 columns in a row or 3 rows in a column or the diagonals.

Documentation

Tic-Tac-Toe Game using JavaScript. We will be using validation checks to implement the game features. The UI is designed using CSS so it is easy to understand. In the game, there will be two players, Player-1 starts playing the game who has assigned "O" and other players is assigned "X", both make their moves in consecutive turns. The player who makes a straight 3-block chain wins the game. This game is built on the front-end using simple logic and validation checks only.

Prerequisite:

HTML CSS JavaScript. DOM manipulation

ScreenShots :

Screenshot 2024-02-13 234448

Winning Patterns :

Screenshot 2024-02-13 234514

Screenshot 2024-02-14 214104

Screenshot 2024-02-14 214120

Authors