A free C++/Qt implementation of classic Freecell.
Original game files courtesy of: https://github.com/juchi/Freecell
Playing card assets courtesy of: https://github.com/hayeah/playing-cards-assets
You'll need a recent C++ compiler, a recent version of Qt6 (I use Qt 6.7.2), and CMake.
git clone https://github.com/nholthaus/freecell.git
cd freecell
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
cmake --build . --target freecell -- -j
./bin/freecell