From 446cd876657d81a75292114e240e96f61e3bdcf4 Mon Sep 17 00:00:00 2001 From: Rhys Lloyd Date: Mon, 18 May 2026 13:34:03 -0700 Subject: [PATCH] update readme --- klondike/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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