Skip to content

mujtabamohamed/tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic-Tac-Toe

A simple implementation of the classic Tic-Tac-Toe game using React.

Demo

https://xotictactoegame.netlify.app/

Screenshot

Tic Tac Toe

Tic Tac Toe

Features

  • Two-player game
  • Interactive and responsive UI
  • Tracks player turns and determines the winner

Installation

  • Clone the repository:
   git clone https://github.com/mujtabamohamed/tic-tac-toe.git
  • Navigate to the project directory:
  cd tic-tac-toe
  • Install the dependencies:
  npm install

Usage

  • Run the application:
  npm start