========================================================================
 Seahaven Towers 
 Copyright 2004 by Jochen Hoenicke
========================================================================
  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation; either version 2 of the License, or
  (at your option) any later version.

  This program is distributed in the hope that it will be useful, but
  WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  General Public License for more details.
========================================================================

Seahaven Towers is a solitaire card game similar to Free Cell.  The
cards are initially dealt out into 10 tableau piles holding 5 cards
each and the remaining two cards are dealt to the reserved cells.
There are four reserved cells total, each can hold at most one card.
The object of the game is to move all cards to the foundations (at top
left and right) from Ace to King by following suits.

On the tableau piles you can build down from King to Ace following
suit, the reserved cells can hold any card, but only one.  Empty
tableau piles may hold kings.  You can move the cards only one by one.
Only the lowest card from the tableau piles and the cards on reserved
cells are available.

The program will do some automatic moves for you: It will move all
cards to the foundations as soon as they get available.  It will move
all matching cards from the reserved cells back to the tableau piles.
When moving cards from the tableau piles it will move all cards of the
current suit as long as there is enough space in the reserved cells.
Also you just have to say which card to move, and the program will
automatically determine the destination.

If you think you're stuck you can ask for a hint.  It will show you
the possible moves or tell you that you're stuck.  In the latter case
you can undo your moves until you can solve it again.

Have Fun.
