https://github.com/vikramsamak/tick-tack-toe-game-realtime
https://github.com/vikramsamak/tick-tack-toe-game-realtime
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/vikramsamak/tick-tack-toe-game-realtime
- Owner: vikramsamak
- Created: 2024-11-17T16:19:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-27T13:53:48.000Z (over 1 year ago)
- Last Synced: 2025-02-08T15:19:41.318Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://tick-tack-toe-game-realtime.vercel.app
- Size: 796 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tick-Tack-Toe Game (Real-time)
A real-time multiplayer Tic-Tac-Toe game built with React, Socket.IO, Express, and MongoDB. Players can join a game room, make moves, and see each other's moves in real-time. The game ends when a player wins, or when it results in a tie.
## Features
- Real-time multiplayer using Socket.IO
- Dynamic grid updates with React
- Winner and Tie detection
- Player turn management
- Play again feature
- Attractive UI with Tailwind CSS
## Tech Stack
- **Frontend**: React, Tailwind CSS, DaisyUI
- **Backend**: Express, Socket.IO
- **Database**: MongoDB with Mongoose
- **Other**: Zustand for state management
## Screenshots
Here are some screenshots of the game:

*Game room joining form*