Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 336 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 336 Bytes

Qt5 Naughts and Crosses

Also known as Tic Tac Toe. Implemented using the Qt5 widgets library.

-- Complete and working/functional --

Compile & Run

Compile

You need Qt5 and CMake 3.0 or higher

Navigate to project directory, then:

mkdir build && cd build
cmake ..
make

Run

./ext_naughtsandcrosses