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++
- Host: GitHub
- URL: https://github.com/kougen/cpp-tic-tac-toe
- Owner: kougen
- Created: 2024-01-17T20:01:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-14T19:28:47.000Z (over 2 years ago)
- Last Synced: 2025-04-05T15:35:16.421Z (about 1 year ago)
- Topics: cli-game, cpp, multiplayer, tictactoe
- Language: C++
- Homepage:
- Size: 69.3 KB
- Stars: 1
- Watchers: 1
- Forks: 5
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
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.