Skip to content

Tic-Tac-Toe: A grid-based game where players mark X or O to win.

Notifications You must be signed in to change notification settings

ArvanHunt/Tic-Tac-Toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tic-Tac-Toe-Game

Simple tic-tac-toe game built using
HTML, CSS, and JavaScript.

Rules
1.Two players take turns: placing 'O' and 'X' marks in empty spaces on a 3x3 square grid.
2.Player with the 'O' mark starts first. The first player to place 3 marks in a vertical, horizontal, or diagonal row wins the game.
3.If all spaces are filled, the game ends , press the reset button.


Author : ArvanHunt