It is an easy game made using QT & C++ , QT using Qmake. INSTALLATION-
- Clone the repository
- Open the .pro file from QTCreator.
- Build the program.
- Run the executed file
Installation Using terminal
- Clone the repository
- cd TicTacToeQtT/
- mkdir build/
- cd build/
- qmake ../TicTacToe.pro
- make
- ./TicTacToe