Crate klondike_lib

Source
Expand description

Library to implement the Klondike solitaire game

Modulesยง

display
Module for things related to displaying a Klondike game in the terminal.
engine
Module tying together the Klondike model and display.
model
Module for managing the state of a Klondike game.
terminal
Module to manage a TTY in alternate mode.