From 01b0b35d842c26a7449a35593f97c07f9224711b Mon Sep 17 00:00:00 2001 From: shinoi2 Date: Thu, 7 Dec 2023 19:19:03 +0800 Subject: [PATCH] Update README.md --- README.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 533e2c976..7f10a1275 100644 --- a/README.md +++ b/README.md @@ -7,16 +7,7 @@ A Hearthstone simulator and implementation, written in Python. -## Requirements - -* Python 3.10+ - - -## Installation - -* `pip install .` - -# Cards Implementation +## Cards Implementation Now updated to [Patch 10.4.0.23576](https://hearthstone.fandom.com/wiki/Patch_10.4.0.23576) * **100%** Basic (142 of 142 cards) @@ -34,6 +25,17 @@ Now updated to [Patch 10.4.0.23576](https://hearthstone.fandom.com/wiki/Patch_10 * **100%** Knights of the Frozen Throne (135 of 135 cards) * **100%** Kobolds & Catacombs (135 of 135 cards) + +## Requirements + +* Python 3.10+ + + +## Installation + +* `pip install .` + + ## Documentation The [Fireplace Wiki](https://github.com/jleclanche/fireplace/wiki) is the best