https://github.com/rhaeguard/multiplayer-tictactoe
Tictactoe that can be played by two people in different machines
https://github.com/rhaeguard/multiplayer-tictactoe
multiplayer-game react tictactoe websocket
Last synced: 5 days ago
JSON representation
Tictactoe that can be played by two people in different machines
- Host: GitHub
- URL: https://github.com/rhaeguard/multiplayer-tictactoe
- Owner: rhaeguard
- License: mit
- Created: 2022-09-24T00:12:56.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-22T23:20:23.000Z (over 3 years ago)
- Last Synced: 2025-10-10T17:18:36.377Z (9 months ago)
- Topics: multiplayer-game, react, tictactoe, websocket
- Language: TypeScript
- Homepage:
- Size: 3.32 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Multiplayer TicTacToe
This is how the game play is, after matching up with a user.

# Running
Both of the applications can be started using:
```bash
# go to backend/ and run
cd backend
npm start
# go to ui/ and run
cd ../ui
npm start
```
# Matching
Matching technique is utter garbage at the moment, basically you open the UI, and the backend checks if there's already someone who is already waiting for an opponent. Aaaaand you get matched. Voila! And yes, it can go wrong is so many ways it's crazy.