Skip to content

Multi player Tic-tac-toe: ReactJs - Express - Socket.io

Notifications You must be signed in to change notification settings

san-oop/tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tic-tac-toe : Multiplayer

Play the game in 2 different devices.

Built With

Getting Started

This is a single repo which has both the client and server.

Prerequisites

Installation & Usage

From the root folder

cd ui
npm install
npm run start

From the root folder

cd backend
npm install
npm run start

Client by default opens in http://localhost:3000/ Open the same url in one more window to enjoy the multiplayer experience.

Roadmap

  • Add basic game play
  • Multi-player support
  • Support for different rooms

See the open issues for a full list of proposed features (and known issues).

About

Multi player Tic-tac-toe: ReactJs - Express - Socket.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published