freecell 0.1.0

Game objects and rules for the solitaire card game FreeCell
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod invalid;
mod hard;
mod hard_solved_to_6;
mod hard_solved_to_t_empty_cascades_omitted;
mod solved;

// TODO [low priority] missing test cases:
// - something that uses freecells
//     - some freecells
//     - all freecells
//     - too many freecells
// - something that uses some foundations