Why?
Hello, this is my first posted C++ project. This project was created with the intention of exposing myself to C++, stack overflow, GitHub workflow, and developer tools.
How
The project uses beginner coding concepts in order to create a simple tic-tac-toe game in a terminal. It uses the iostream standard library. The board is represented by an array of size nine.
Conclusion
I hope you enjoy this part of my C++ journey!
Advice?
Advice is greatly appreciated (post in comment section).
Top comments (0)