Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bessouat40/tic-tac-toe

Tic tac toe C++ implementation.
https://github.com/bessouat40/tic-tac-toe

cpp17 learning-by-doing learning-exercise tic-tac-toe tic-tac-toe-game tictactoe

Last synced: 1 day ago
JSON representation

Tic tac toe C++ implementation.

Awesome Lists containing this project

README

        

# Tic-Tac-Toe

Tic tac toe C++ implementation.

![demo](./medias/demo_project.gif)

## Usage

```bash
make test
```

## TODO

- [x] Board Class creation
- [x] Player Class creation
- [x] Game Class creation
- [x] Automate rounds