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
2018-03-05 05:18:44 +02:00
android Added an alternate toolkit kivy (based on SDL2) that can be used instead of tk. 2018-03-03 20:37:56 +02:00
data Added an alternate toolkit kivy (based on SDL2) that can be used instead of tk. 2018-03-03 20:37:56 +02:00
docs Fix some typos as reported by codespell. 2017-04-08 19:13:59 +03:00
html-src Reverse state of html-src/* help files as before ada9778 2018-02-19 13:23:28 +01:00
po Added italian translation 2012-06-05 18:21:47 +00:00
pysollib Bump the version number. 2018-03-05 05:10:18 +02:00
Screenshots Add the screenshot. 2016-11-08 22:01:52 +02:00
scripts Added an alternate toolkit kivy (based on SDL2) that can be used instead of tk. 2018-03-03 20:37:56 +02:00
tests flake8 for htmllib2 2018-02-19 18:58:43 +02:00
.appveyor.yml Remove dependency on sgmllib3k 2018-02-19 13:50:28 +01:00
.gitignore Add to gitignore 2016-11-08 18:05:57 +02:00
.travis.yml Remove dependency on sgmllib3k 2018-02-19 13:50:28 +01: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 Convert to xztar. 2018-03-05 05:18:44 +02:00
MANIFEST.in Added an alternate toolkit kivy (based on SDL2) that can be used instead of tk. 2018-03-03 20:37:56 +02: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 Added an alternate toolkit kivy (based on SDL2) that can be used instead of tk. 2018-03-03 20:37:56 +02:00
README.kivy Added an alternate toolkit kivy (based on SDL2) that can be used instead of tk. 2018-03-03 20:37:56 +02:00
README.md Correct tense. 2018-03-05 04:58:49 +02:00
run-tests.pl Remove some old leftovers. 2017-12-11 00:38:26 +02:00
setup.cfg Convert to xztar. 2018-03-05 05:18:44 +02:00
setup.py Added an alternate toolkit kivy (based on SDL2) that can be used instead of tk. 2018-03-03 20:37:56 +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

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 ):

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

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
$ sudo urpmi tkinter
$ sudo urpmi pygtk2
$ sudo urpmi pygtk2.0-libglade
$ sudo urpmi gnome-python-canvas
$ 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.

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

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 octhothorpe/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!