https://github.com/mcquerol/tictactoe-cpp
C++ Tictactoe game focusing on 2D array manipulation and OOP design and console output with user input. 2 player (human vs human or human vs AI)
https://github.com/mcquerol/tictactoe-cpp
2d-array class-design cpp doxygen game object-oriented-programming tictactoe uml
Last synced: 4 months ago
JSON representation
C++ Tictactoe game focusing on 2D array manipulation and OOP design and console output with user input. 2 player (human vs human or human vs AI)
- Host: GitHub
- URL: https://github.com/mcquerol/tictactoe-cpp
- Owner: mcquerol
- License: mit
- Created: 2024-10-04T12:41:59.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-16T06:51:35.000Z (8 months ago)
- Last Synced: 2025-04-16T08:12:12.483Z (8 months ago)
- Topics: 2d-array, class-design, cpp, doxygen, game, object-oriented-programming, tictactoe, uml
- Language: C++
- Homepage:
- Size: 425 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tictactoe-cpp
Initial README file.