PySol

From OLPC
Revision as of 04:57, 15 September 2008 by Ixo (talk | contribs) (Basic overview of PySol (Solitaire by Python))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

DESCRIPTION

I use PySol on my XO. It provides a number of games, but I find FreeCell the most addictive. It's not Sugar-coated, but it runs fine from Terminal. It's a little tricky to install because it needs a library.

INSTALLATION

Instructions:

   * drop to Terminal
   * # su -l
   * # yum install libtk8.4.so
   * # yum install PySolFC 

RUNNING

Then when you want to play,

   * drop to Terminal
   * # PySol

REFERENCES