A real-time multiplayer Tic Tac Toe game built using React, Node.js, and Socket.io, enabling players to compete online with live move synchronization.
๐ Play Now: https://tictactoe-m81a.onrender.com/
- Frontend: React + Vite
- Backend: Node.js + Express + Socket.io
- Deployment: Render
- Real-time multiplayer gameplay using WebSockets
- Live move synchronization between players
- Matchmaking system for online play
- Fully deployed and mobile-responsive UI
# Install dependencies
npm install
# Run development server
npm run dev