faraz16iqbal / multiplayer-tic-tac-toe

Home Page:https://multiplayer-tic-tac-toe.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tic-Tac-Toe

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.

# Install backend dependencies
npm install

# Install frontend dependencies
cd frontend && npm install

# Serve app
npm run dev

# Serve frontend
npm run client

# Serve backend
npm run server

About

https://multiplayer-tic-tac-toe.vercel.app


Languages

Language:JavaScript 85.2%Language:CSS 8.8%Language:HTML 6.0%