Skip to content

A Solitaire game written with C++ that uses Qt.

Notifications You must be signed in to change notification settings

baileyn/Solitaire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solitaire

Build Instructions

Solitaire depends on Qt5 for it's graphics.

To build the project do the following:

git clone https://www.github.com/baileyn/Solitiare.git
cd Solitaire
mkdir build
cd build
qmake ../Solitaire.pro
make

Additional Notes

This project hasn't been testing on Windows or Mac. I'd assume it would still work, assuming Qt works, but that comes with no guarantee.

About

A Solitaire game written with C++ that uses Qt.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published