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

https://github.com/kougen/cpp-tic-tac-toe

An Online/Offline multiplayer Tic-Tac-Toe written in C++
https://github.com/kougen/cpp-tic-tac-toe

cli-game cpp multiplayer tictactoe

Last synced: 12 months ago
JSON representation

An Online/Offline multiplayer Tic-Tac-Toe written in C++

Awesome Lists containing this project

README

          

# C++ based Tic Tac Toe

A feature rich Tic Tac Toe game written in C++. The game is played in the terminal. It has online
or offline modes. The online mode uses a server to connect two players. The offline mode allows a second _guest_ player
to play on the same terminal.

The game is still in development. You can find the current status of the game in
the [project board](https://github.com/orgs/kougen/projects/1/views/3)

## Development

### Build from source

```sh
make
```

### Run the game

```sh
make run
```

### Run the tests

```sh
make test
```

## Contributing

Please read [CONTRIBUTING.md](CONTRIBUTING.md) for details on the code of conduct, and the process for submitting pull requests.