Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/bessouat40/tic-tac-toe
- Owner: Bessouat40
- Created: 2024-04-17T18:26:18.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-27T21:07:40.000Z (7 months ago)
- Last Synced: 2024-04-27T22:22:28.329Z (7 months ago)
- Topics: cpp17, learning-by-doing, learning-exercise, tic-tac-toe, tic-tac-toe-game, tictactoe
- Language: C++
- Homepage:
- Size: 246 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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