Home Repo

C++ TicTacToe

My first C++ project, a simple TicTacToe game.

Project Date: Somewhere between 2019 - 2020

Description

Being my first attempt at learning and writing a C++ application, I have a deep fondness for this project, it may be simple and not implement the most efficient methods but as my starting point it helped develop my skills to what is now my primary language
This originally started out as a console TicTacToe application for a university assignment, then as if a bolt of energy hit me I decided to make it have a proper GUI. So yea, that’s all this project is, a TicTacToe game using the standard C++ Window VS Project Template which I believe makes use of the Win32 lib.

Screenshots

I may have lost the X and O assets and had to improvise.