Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Tic Tac Toe ❌⭕

A two-player Tic Tac Toe game with turn tracking and win/draw detection.

Features

  • 3x3 interactive game board
  • Alternates turns between Player X and Player O
  • Displays whose turn it is
  • Detects wins and draws
  • Restart button to reset the board

Tech Stack

  • HTML5
  • CSS3
  • JavaScript (Vanilla)

How to Run

  1. Clone or download this folder.
  2. Open index.html in your browser.
  3. Click a cell to place your mark; players alternate turns automatically. Click Restart Game to play again.

File Structure

TicTacToe_Game/
├── index.html
├── style.css
└── script.js