Tic-Tac-Toe

CSC 3320 - Application Programming
Role: Main Programmer/Designer

April 2019

About this project

This Tic-Tac-Toe application was created in QT creator using C++. The purpose for this project-class was to help me understand more about the Model-View-Controller (MVC) model. This also developed more of an understanding of QString, QChar, etc.. While playing the game, there are two sides: On the left side, you can click a square to place either an 'X' or 'O'. On the right side, you can explicitly state which row and column you would like to place the 'X' or 'O'. Whichever side you choose to play with, both sides will be updated to the current game board.

Technical Skills

Video Demonstration