[][src]Module klondike_lib::model::area::foundation

Structs

Foundation

A foundation area in Klondike. The foundations are the areas where cards are moved to win, creating piles by suit, starting with aces and ending with kings.

Selection

Selection of a foundation area. Only the top card of a foundation area can be selected, and that card can either be held (picked up to move) or not. Additionally, depending on settings, it may not be allowed to move cards out of a foundation area.

Type Definitions

SelectedFoundation

A foundation area in Klondike that is currently selected. Only the top card of a foundation area can be selected, and that card can either be held (picked up to move) or not. Additionally, depending on settings, it may not be allowed to move cards out of a foundation area.

UnselectedFoundation

A foundation area in Klondike that is currently unselected.