Constant rusty_freecell::game::FREE_CELLS
source · const FREE_CELLS: usize = 4;
Expand description
The number of free cells available for storing cards temporarily.
const FREE_CELLS: usize = 4;
The number of free cells available for storing cards temporarily.