Implementation of Solitaire in C++ using SDL2.
These instructions will get you a copy of the project up and running on your local machine.
-
CMake v3.10+ - found at https://cmake.org/
-
C++ Compiler - needs to support at least the C++17 standard, i.e. MSVC, GCC, Clang
mkdir build/ && cd build/
cmake ..
cmake --build .