Skip to content

Mizux/match3

Repository files navigation

Github-CI:
Build Status Build Status Build Status Build Status

Build Status Build Status Build Status

Introduction

Some Match-3 stuff in C++/Qt, work in progress...

Project directory layout

Thus the project layout is as follow:

Build

To build the C++ project, as usual:

cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release
cmake --build build --config Release --target all
CTEST_OUTPUT_ON_FAILURE=1 cmake --build build --config Release --target test

Resources

Project layout:

CMake:

Contributing

The CONTRIBUTING.md file contains instructions on how to file the Contributor License Agreement before sending any pull requests (PRs). Of course, if you're new to the project, it's usually best to discuss any proposals and reach consensus before sending your first PR.

License

Apache 2. See the LICENSE file for details.