[][src]Crate klondike_lib

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.