This is an open source and portable (Windows, Linux and Mac OS X) collection of Card Solitaire/Patience games written in Python. Its homepage is https://pysolfc.sourceforge.io/.
The maintenance branch of PySol FC on GitHub by Shlomi Fish and by some other people, has gained official status, ported the code to Python 3, and implemented some other enhancements.
(May work on MacOS as well)
First, clone this repository.
# This will create a folder "PySolFC"
git clone https://github.com/SummerPeng0223/PySolFC.git
To play the game you first need to run the setup script.
# Go to the cloned repository folder
cd PySolFC
# Run the setup
# May take 1-2 minutes to complete!
bash ./setup.sh
To play the game simply run the following command.
# You must be inside the `PySolFC` folder!
bash ./play.sh
If you get the following error:
ImportError: libtk8.6.so: cannot open shared object file: No such file or directory
Then use one of the following commands to install the missing dependency:
If you are on Ubuntu:
sudo apt-get install tk
If you are on Arch:
sudo pacman -S tk
If you are on Fedora:
sudo dnf install tk