update readme

This commit is contained in:
2026-05-18 13:34:03 -07:00
parent a9b93f3807
commit 446cd87665
+3 -3
View File
@@ -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