git clone https://github.com/RachaelSMathew/tictac.git
- Download QTCreator Using QTCreator on MacOS
- Open tictac/TicTacTowGUI folder inside app
- Press the green play button
- Game is unbeatable (i.e., the computer wins or no one wins)
- User can choose a username which is displayed while game is played
- Timer for three minutes is run and if it runs out, game automatically exits
- Scorboard between computer and player
- Player can choose dimension of board(2-6)
- CMakeLists.txt: contains a set of directives and instructions describing the project's source files and targets (executable, library, or both)
- tictac.cpp: allows you to run a 3 by 3 tic tac toe board game in terminal (comp vs. player)