DEV Community

shiahalan
shiahalan

Posted on • Updated on

Project One (C++): Tic Tac Toe

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.

Screenshot of Title Screen

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.

GitHub

Conclusion

I hope you enjoy this part of my C++ journey!

Advice?

Advice is greatly appreciated (post in comment section).

Top comments (0)