Pet CaretakerTic-Tac-ToeBlackjack

C++ CLI

Tic-Tac-Toe!

In order to solidify my knowledge of pointers and some light AI mechanics using C++, I created a Tic-Tac-Toe! game on the command line. It is a 1 player game that consists of the basic 9 slot board.


Concepts Used

To make this program work, I had to efficiently pass the board to a function that would both check for win conditions, as well as a function to figure out the AI's next move. To do that, I was able to use pointers to pass the board through the functions and access them when necessary.





Logo
Learning Academy LMSUnreal Engine 5Unreal Engine 4RAGE (CSUS)OpenGLC++ CLI