Skip to content

Sada-Shukurova/react02-Tic-Tac-Toe

Repository files navigation

Tic-Tac-Toe Game

This is a simple Tic-Tac-Toe game built using React. The game allows two players to take turns marking spaces on a 3x3 grid with the objective of getting three marks in a row, column, or diagonal.

Features

  • Two-Player Mode: Play against another person locally.
  • Player Names: Ability to edit player names.
  • Real-Time Updates: The game board updates instantly as players make their moves.
  • Winner Detection: The game detects and displays the winner or a tie.
  • Reset Game: Ability to reset the game to start a new match.

Tech Stack

  • React: JavaScript library for building user interfaces.