https://github.com/imrandil/multiplayer_tic_tac_toe
A multiplayer Tic_Tac_Toe game using reactjs, socket.io, express, typescript, love this build
https://github.com/imrandil/multiplayer_tic_tac_toe
expressjs reactjs socket-io typescript
Last synced: 3 months ago
JSON representation
A multiplayer Tic_Tac_Toe game using reactjs, socket.io, express, typescript, love this build
- Host: GitHub
- URL: https://github.com/imrandil/multiplayer_tic_tac_toe
- Owner: IMRANDIL
- Created: 2024-05-01T03:13:32.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-04T04:11:50.000Z (about 2 years ago)
- Last Synced: 2025-05-31T19:41:17.740Z (about 1 year ago)
- Topics: expressjs, reactjs, socket-io, typescript
- Language: TypeScript
- Homepage:
- Size: 101 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tic-Tac-Toe Game
This is a simple Tic-Tac-Toe game built with React and Socket.io for real-time multiplayer functionality.
## Table of Contents
- [Features](#features)
- [Setup](#setup)
## Features
- Real-time multiplayer gameplay using Socket.io.
- Responsive design.
- Simple and intuitive UI.
- Prevents further moves when a player wins the game.
- Alerts players of game outcomes such as win, lose, or tie.
## Setup
To set up the project, follow these steps:
1. Clone the repository to your local machine:
```bash
git clone https://github.com/IMRANDIL/Multiplayer_Tic_Tac_Toe.git