Skip to content

sersajur/QPentago

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pentago

Game project developed for educational purpose.

Build

Project is using (modern) CMake as a build system.

  1. Make sure git submodules are up-to-date:

    git submodule update --init
  2. Configure CMake:

    cmake -G"<generator>" -DCMAKE_PREFIX_PATH=<path-to-Qt5-cmake-finders> <path-to-sources>
  3. Build, using IDE, or from command-line:

    cmake --build .

Unit testing

Google Test is used as a testing framework for C++ code.

All individual tests integrated with CTest.
Sample run (from build directory):

ctest -T

About

Pentago game using Qt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published