Skip to content

Cross-platform, animated TicTacToe game implemented in C++ with Qt.

License

Notifications You must be signed in to change notification settings

strdavis/graphical-tictactoe

Repository files navigation

graphical-tictactoe

Graphical TicTacToe is a cross-platform, animated tictactoe implementation written in C++ with Qt.

Gameplay Demo

To build, you need. . .

After downloading and installing Qt, navigate to the root directory of this repository. From there, run the following commands to build the project:

qmake
make   // Unix-based
nmake  // Windows

Or, open the .pro file in Qt Creator (included in every installation of Qt), configure it using the latest version of Qt and the compiler of your choice, and build the project.


Graphical TicTacToe is licensed under the GNU General Public License v3.0

Copyright © 2020 Spencer Davis

About

Cross-platform, animated TicTacToe game implemented in C++ with Qt.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published