freecell 0.1.0

Game objects and rules for the solitaire card game FreeCell
Documentation
1
2
3
4
5
6
7
mod allows_move;
mod debug_display;
mod game_state;
mod legal_moves;
mod validate;

pub use self::game_state::{GameState, GameStateId};