Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 352 Bytes

File metadata and controls

18 lines (15 loc) · 352 Bytes

Tic Tac Toe using QT & c++.

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