[go: nahoru, domu]

Skip to content

A comprehensive, feature-rich, open source, and portable, collection of Solitaire games.

License

Notifications You must be signed in to change notification settings

SummerPeng0223/PySolFC

 
 

Repository files navigation

PySol FC logo

PySol Fan Club edition

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.

Install & play instructions (Linux)

(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

Troubleshooting

ImportError libtk8 (Linux specific issue)

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

About

A comprehensive, feature-rich, open source, and portable, collection of Solitaire games.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 66.1%
  • HTML 29.8%
  • Tcl 3.6%
  • Shell 0.3%
  • Perl 0.1%
  • Makefile 0.1%