Skip to content

akshay-js/react-tic-tac-toe-game

Repository files navigation

Tic Tac Toe Game

Overview

This project implements a Tic Tac Toe game using TypeScript, React, and Vite. The game allows two players to take turns making moves on a 3x3 grid until a player wins or the game ends in a draw.

Features

  • Object-Oriented Design: The game is structured using classes to represent the board and manage game state.
  • Player Turns: Players take turns making moves by clicking on the cells of the grid.
  • Winner Determination: The game checks for a winner after each move and displays the result.
  • Responsive UI: The user interface is designed to be responsive and intuitive.

Technologies Used

  • TypeScript
  • React
  • Vite