A real-time Multiplayer Tic Tac Toe Game built using modern web technologies. Challenge your friend and play in real time with instant moves powered by Socket.IO. The project features clean game logic, responsive UI, and collaborative development.
🚀 [Coming Soon – Deploy via Vercel or Render]
- Frontend: HTML, CSS, JavaScript, React
- Backend: Node.js, Express.js
- Real-time Communication: Socket.IO
- Database (optional): MongoDB (for user scores or game history)
- Tools & Platforms: Git, GitHub, VS Code
- 🔄 Real-time Multiplayer: Play with a friend in sync using Socket.IO
- ✅ Win/Draw Detection: Smart logic to determine game outcomes
- 🔁 Game Reset Functionality
- 📱 Responsive UI: Mobile-friendly layout
- 👥 Collaborative Development: Built together with peers for learning and contribution
- 📦 Modular Code: Easy to understand and expand
git clone https://github.com/sandipmalii/TicTacToe-React.git
cd TicTacToe-React
### 2. Install Dependencies
```bash
npm installnpm startVisit:
http://localhost:3000
To test multiplayer, open the link in two tabs or two devices.
This project was built collaboratively with contributions in:
- 🔌 Socket.IO integration
- 🎨 UI and responsiveness
- 🧠 Game logic and testing
Main Contributor:
Want to collaborate? Open an issue!
- 🔗 Portfolio: sandipmali.com.np
- 💼 LinkedIn: linkedin.com/in/sandipmali
- 🧠 LeetCode: Sandipmali
- 💚 GeeksforGeeks: malisandip021
- 💻 HackerRank: malisandip021
If you like this project:
- Star this repository ⭐
- Share it with others 📢
- Contribute your ideas 💡
This project is open source and available under the MIT License.
---
Let me know if you’d like help uploading screenshots or creating a deployment link!
git remote add origin git@github.com:sandipmalii/TicTacToe-React.git
git branch -M main
git push -u origin main


