Difference between revisions of "PySol"

From OLPC
Jump to: navigation, search
m (Basic overview of PySol (Solitaire by Python))
 
(No difference)

Latest revision as of 04:57, 15 September 2008

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