Skip to content

The Tic Tac Toe game, also known as "three in a row," is a strategy game for two players. In the game, players take turns placing their pieces on a 3x3 board.

Notifications You must be signed in to change notification settings

Johnny1305/tictactoe-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

❌"Tic Tac Toe"⭕ in React

📌 Overview

The Tic Tac Toe game, also known as "three in a row," is a strategy game for two players. In the game, players take turns placing their pieces on a 3x3 board. The goal is to achieve three of their pieces aligned horizontally, vertically, or diagonally before the opponent.

In the specific case of the Tic Tac Toe game created in React, it is implemented as a Single Page Application (SPA) where React components handle the game logic and the visual representation of the board.

🚀 Run Locally

1.Clone the tictactoe-react repository:

git clone https://github.com/Johnny1305/tictactoe-react

2.Install the dependencies with one of the package managers listed below:

npm install

3.Start the development mode:

npm run dev

4.Open server:
http://localhost:3000


About

The Tic Tac Toe game, also known as "three in a row," is a strategy game for two players. In the game, players take turns placing their pieces on a 3x3 board.

Resources

Stars

Watchers

Forks