May 23, 2012

Solitaire

Solitaire in Qt

My Solitaire implementation in Qt

Here is a small implementation of a Solitaire game, in Qt.

Like the Same, I did this a few years ago so the source code is not optimal.

Features

  • Options
  • Different card backgrounds
  • Animations 🙂
  • Help

Install

Unix

git clone git://github.com/Rekamux/Solitaire.git
cd Solitaire
qmake && make -j8
./Solitaire

You can find it on github.