Seahaven Towers for PalmOS

Copyright 2007 by Jochen Hoenicke

  http://hoenicke.ath.cx/seahaven/

A card game for Palm.

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 moves automatically: 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.

