Skip to content

Multiplayer Tic Tac Toe with a Realtime Chat + Authentication

License

Notifications You must be signed in to change notification settings

ashish11chawda/tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe

A simple implementation of the classic game Tic Tac Toe using React.

What is this project?

This project is a web-based Tic Tac Toe game built with React. It allows two players to take turns marking spaces on a 3x3 grid. The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row wins the game.

How to Start this Project

Prerequisites

Make sure you have Node.js and npm installed on your machine.

Clone the Repository

git clone https://github.com/ashish11chawda/tic-tac-toe.git
cd tic-tac-toe

Install Dependencies

npm install

Start the Development Environment

To run both the React app and the development server concurrently in a development environment, you can use the following command:

npm start

This command will start both the React app and the development server, allowing you to view the Tic Tac Toe game by visiting http://localhost:3000 in your web browser.

Alternatively, if you prefer to start them separately:

Starting the React App

To launch the React app, navigate to the client directory and run the following commands:

cd client
npm start

This will start the react app, and you can view the Tic Tac Toe game by visiting http://localhost:3000 in your web browser.

Run the Development Server

cd server
npm start

This will start the development server on http://localhost:3001.

Play the Game

  • Open the game in your browser, and open another instance of the game in a separate incognito/private window or browser.
  • Two players take turns clicking on empty spaces to place their X or O.
  • The game announces the winner or declares a draw when the board is full.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

Multiplayer Tic Tac Toe with a Realtime Chat + Authentication

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published