Skip to content

A multiplayer tic tac toe game made using React on the front-end and a NodeJS server on the backend with SocketIO for realtime gameplay communication.

Notifications You must be signed in to change notification settings

nygupta/TicTacToe-multiplayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 

Repository files navigation

TicTacToe-Multiplayer :-

Description

A multiplayer tic tac toe game made using React on the front-end and a NodeJS server on the backend with SocketIO for realtime gameplay communication.

Local Development:

Clone the Repository & Install dependencies

Clone the repository

$ git clone https://github.com/nygupta/TicTacToe-multiplayer

Install the dependencies in client & server folder separately (below command will work for both folders)

$ npm install

Run the server and client to test

step1: Run the server - this will spawn a development server with port 4000.

$ npm run dev

step2: Run the client - this will spawn a rect-app on your default browser on localhost:3000

$ npm start

Deployment:

The Game is deployed to tictactoe

The backend part is deployed on render & the frountend part is deployed on netlify.

About

A multiplayer tic tac toe game made using React on the front-end and a NodeJS server on the backend with SocketIO for realtime gameplay communication.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published