An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# TicTacToe

tic_tac_toe

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
```