Monday, November 9, 2009

Fixing AisleRiot

AisleRiot is a solitaire game that comes with Gnome. It's a lot like KPatience that comes with KDE. It provides a bunch of solitaire card games. However, the rules for Spider in AisleRiot are slightly different than the rules in Spider in KPatience. In KPatience, it is allowed to have an empty slot when laying out the next series of cards. In AisleRiot, this is not allowed. There are tactical advantages to allowing an empty slot, and the way I learned to play, it was allowed to leave one or more slots empty when turning up a new pile.

Here is how to make AisleRiot allow empty slots:
  1. sudo nano /usr/share/gnome-games/aisleriot/games/spider.scm
  2. Find this line:
    (define allow-empty-slots #f)
  3. Change #f to #t
  4. Save the file.
  5. Start the game.
This doesn't need to be done for the 3-deck version of Spider since it already allows empty slots.


 

No comments: