https://github.com/xirzo/tictactoe
Multiplayer Tic-Tac-Toe game
https://github.com/xirzo/tictactoe
cpp game multiplayer tictactoe
Last synced: about 2 months ago
JSON representation
Multiplayer Tic-Tac-Toe game
- Host: GitHub
- URL: https://github.com/xirzo/tictactoe
- Owner: xirzo
- License: mit
- Created: 2024-12-08T18:25:07.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-06-17T16:27:28.000Z (about 1 year ago)
- Last Synced: 2025-06-17T17:25:15.072Z (about 1 year ago)
- Topics: cpp, game, multiplayer, tictactoe
- Language: C
- Homepage:
- Size: 79.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TicTacToe

A multiplayer implementation of the Tic-Tac-Toe. Includes a **server** and a **client**.
## Building & Running
```sh
cc nob.c -o nob
./nob
```
Now use *start.sh* script from the project directory or manually run server and clients
```sh
./start.sh
```