1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00
No description
Find a file
Shlomi Fish 8334c42a23 Try to get rid of random2.py.
See https://github.com/shlomif/PySolFC/issues/88 .

Tests currently fail with python3.
2018-08-02 09:28:16 +03:00
android Android build scripts updates. Some Comments in kivy files. 2018-05-22 10:48:46 +02:00
data Added a missing image 2018-05-23 20:44:14 +02:00
docs Fix some typos as reported by codespell. 2017-04-08 19:13:59 +03:00
html-src named conversions. 2018-07-22 17:08:41 +03:00
po Added italian translation 2012-06-05 18:21:47 +00:00
pysollib Try to get rid of random2.py. 2018-08-02 09:28:16 +03:00
Screenshots Added 2 screenshots from android 2018-04-30 11:55:34 +02:00
scripts Refactoring: generate dup code. 2018-05-12 20:45:21 +03:00
tests Rename to a better filename. 2018-07-23 19:19:25 +03:00
.appveyor.yml Remove pygame version specification 2018-07-27 09:46:05 +02:00
.gitignore Add generated files to ignore. 2018-05-01 17:39:38 +03:00
.perltidyrc Test thru perltidy. 2018-03-09 00:35:04 +02:00
.tidyallrc Speedup the test suite by tidyall caching. 2018-05-08 00:28:58 +03:00
.travis.yml Convert to the CPAN distro. 2018-05-10 17:07:02 +03:00
AUTHORS Add Authors w credits. 2018-03-05 04:55:18 +02:00
COPYING * changed GPL version to 3 2009-06-12 09:32:43 +00:00
Makefile Speedup the test suite by tidyall caching. 2018-05-08 00:28:58 +03:00
MANIFEST.in Got make test inside the distr tarball to work. 2018-05-09 13:03:20 +03:00
pysol.py Added an alternate toolkit kivy (based on SDL2) that can be used instead of tk. 2018-03-03 20:37:56 +02:00
README.android Remove trailing space 2018-03-18 15:18:06 +02:00
README.kivy correct grammar 2018-03-14 12:47:28 +02:00
README.md Add pysol-music to the readme. 2018-05-27 16:51:31 +03:00
run-tests.pl Fix the tests under Test-Run. 2018-05-08 13:33:56 +03:00
setup.cfg Convert to xztar. 2018-03-05 05:18:44 +02:00
setup.py flake8 2018-03-21 10:45:12 +02:00
setup_osx.py Made the new flake8 and travis happier. 2017-11-04 20:15:52 +02:00

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 http://pysolfc.sourceforge.net/ .

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.

  • Build Status AppVeyor Build status

Screenshots

Image

Requirements.

Installation.

See: http://www.python.org/doc/current/inst/

Running from source without installation.

You can run from the source directory:

python pysol.py

After following steps similar to these (on Mageia Linux ):

Step 1 - install the dependencies

On Mageia you can do:

sudo urpmi git make pygtk2 pygtk2.0-libglade gnome-python-canvas tkinter

On Debian / Ubuntu / etc. you can do:

sudo apt-get install -y ack-grep cpanminus libperl-dev make perl python-glade2 python-gnome2 python-gnome2-dev python-gtk2 python-setuptools python-tk

Step 2 - build PySol.

$ git clone https://github.com/shlomif/PySolFC.git
$ cd PySolFC
$ # Now make sure you have installed the dependencies.
$ gmake test
$ gmake rules
$ ln -s data/images images
$ tar -xvf PySolFC-Cardsets-2.0.tar.bz2 # Need to be downloaded from sourceforge
$ mkdir -p ~/.PySolFC
$ rmdir ~/.PySolFC/cardsets
$ ln -s "`pwd`/PySolFC-Cardsets-2.0" ~/.PySolFC/cardsets
$ python pysol.py

Note! If you are using a Debian derivative (e.g: Debian, Ubuntu, or Linu Mint) and you are getting an error of "No cardsets were found !!! Main data directory is [insert dir here] Please check your PySol installation.", then you likely installed the cardsets package which has removed some files that are needed by pysol from source (without the debian modifications).

Please uninstall that package and use the cardsets archive from sourceforge.net per the instructions above.

Alternate toolkit.

  • Python2 (2.7 or later)

  • Kivy (10.0 or later)

  • Features:

    • Sound support integrated.
    • Android apk build support.
  • Running from source without installation:

python2 pysol.py --kivy

Configuring Freecell Solver

If you want to use the solver, you should configure freecell-solver ( http://fc-solve.shlomifish.org/ ) by passing the following options to its CMake-based build-system: -DMAX_NUM_FREECELLS=8 -DMAX_NUM_STACKS=20 -DMAX_NUM_INITIAL_CARDS_IN_A_STACK=60.

Install Extras.

  • Music

  • Copy some music files (mp3 for example) to ~/.PySolFC/music/

  • Original PySol music can be downloaded from: ftp://ibiblio.org/pub/linux/games/solitaires/pysol-music-4.40.tar.gz

  • Cardsets

  • Copy cardsets to ~/.PySolFC/cardsets

  • Additional cardsets can be downloaded from the PySolFC project page: http://sourceforge.net/project/showfiles.php?group_id=150718

Related:

Other open source solitaires:

  • solitaire.gg - web-based and written in Scala
  • Solitairey - web-based written in JavaScript
  • KPat - desktop-based for KDE.
  • Aisleriot - desktop-based by the GNOME project with relatively limited functionality.

Screencasts:

Chat

To facilitate coordination about contributing to PySol, please join us for a real time Internet chat on the ##pysol chat room on Freenode (note the double octothorpe/hash-sign/pound-sign) . We may set up chat rooms on different services in the future.

In addition, we set up a Google Group for discussing open source card games which will also be used for discussing PySol. Feel free to subscribe or post!