Skip to content

LeonidShamarin/TIC-TAC-TOE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TIC-TAC-TOE Game

This project is a web application for the classic game of TIC-TAC-TOE. It allows two players to compete in a game of noughts and crosses, marking their X's and O's on a 3x3 grid. The first player to align three of their marks vertically, horizontally, or diagonally wins the game.

Features

  • Custom Player Names: Players can set and edit their own names for a personalized gaming experience.
  • Interactive Gameplay: Click and play ease with a responsive design.
  • Score Tracking: Keep track of each player's wins during the session.

Technologies

  • React: This project is built using React, a JavaScript library for building user interfaces.

Play Now

Start playing TIC-TAC-TOE here, and may the best player win!

Local Development

If you would like to run the game locally, clone the repository and install the dependencies:

git clone https://github.com/LeonidShamarin/TIC-TAC-TOE.git
cd TIC-TAC-TOE
npm install
npm start