diff --git a/klondike/README.md b/klondike/README.md index 9bacc27..6c16864 100644 --- a/klondike/README.md +++ b/klondike/README.md @@ -1,7 +1,7 @@ -Card Game -========= +Klondike +======== -`card_game` is a library to implement card games. Mainly interesting for the `Game` trait and the `Session` type. Contains klondike as the reference implementation. +`klondike` is a pure-logic implementation of Klondike using `card_game`. Graphics not included. ## Example