Skip to content

I built this Tic Tac Toe game using React. It features a simple 3x3 grid where two players can take turns marking Xs and Os. The game keeps track of moves, checks for a winner, and displays the game status, including ties. This project showcases my skills in React, particularly with state management and functional components.

Notifications You must be signed in to change notification settings

YazhiniB/TIC-TAC-TOE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

You can access this game using this link : https://tic-tac-toef.netlify.app/

Tic Tac Toe Game

I built this Tic Tac Toe game using React. The game features a simple interface where two players can take turns marking Xs and Os on a 3x3 grid. The game keeps track of the players' moves, checks for a winner, and displays the game's status, including whether there is a tie or a winner. I implemented state management to handle the game's logic and used functional components to build the UI. This project helped me solidify my understanding of React hooks and state management.

Features

  • Interactive 3x3 grid for gameplay
  • Tracks player moves and alternates between X and O
  • Determines the winner or if the game ends in a tie
  • Displays game status and move history

How to Play

  1. Clone the repository:
    git clone https://github.com/YazhiniB/TIC-TAC-TOE.git
    

Navigate to the project directory: cd TIC-TAC-TOE

Install dependencies: npm install

Start the game: npm start

Open your browser and go to http://localhost:3000 to play the game.

Enjoy playing Tic Tac Toe!

About

I built this Tic Tac Toe game using React. It features a simple 3x3 grid where two players can take turns marking Xs and Os. The game keeps track of moves, checks for a winner, and displays the game status, including ties. This project showcases my skills in React, particularly with state management and functional components.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published