Skip to content

nholthaus/freecell

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Freecell

A free C++/Qt implementation of classic Freecell.

Gameplay

screenshot

Origins & Acknowledgements

Original game files courtesy of: https://github.com/juchi/Freecell

Playing card assets courtesy of: https://github.com/hayeah/playing-cards-assets

Build from Source

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

About

Freecell (C++/Qt)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 95.7%
  • CMake 4.3%