Skip to content

blox-dev/Solitaire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solitaire

Implementation of Solitaire in C++ using SDL2.

Getting Started

These instructions will get you a copy of the project up and running on your local machine.

Prerequisites

  • CMake v3.10+ - found at https://cmake.org/

  • C++ Compiler - needs to support at least the C++17 standard, i.e. MSVC, GCC, Clang

Building the project

mkdir build/ && cd build/
cmake ..
cmake --build .

About

Implementation of Solitaire in C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published