Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Rise of Shadows #23

Closed
wants to merge 31 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
5008498
Fix bugs:
shinoi2 Jan 11, 2024
deb5e95
还有几个bug
shinoi2 Jan 26, 2024
1e17a5e
bug修复完成
shinoi2 Jan 26, 2024
65a01cb
secret
shinoi2 Jan 30, 2024
0c3d131
Genn Greymane & Baku the Mooneater
shinoi2 Jan 31, 2024
ba48fe4
update
shinoi2 Feb 1, 2024
4080bc1
update
shinoi2 Feb 3, 2024
acb35ad
Hero entities
shinoi2 Feb 3, 2024
d1b013e
Fix cost bug
shinoi2 Feb 6, 2024
08f3e92
Deathrattle summon index
shinoi2 Feb 11, 2024
0ce5e7e
Merge branch 'jleclanche:master' into master
shinoi2 Feb 19, 2024
1a23f5e
Cost change buff will remove in play & Dump game state to json (#518)
shinoi2 Feb 19, 2024
5ed69f9
Rewrtie Griftah
shinoi2 Mar 7, 2024
71c50cb
Rewrite Windfury and Mega-Windfury
shinoi2 Mar 7, 2024
ff7ddcc
Merge branch 'master' into master
shinoi2 Mar 7, 2024
ae652cd
fix bug [BOT_543] Omega Mind
shinoi2 Mar 12, 2024
336e0b4
fix bugs for event listener cards
shinoi2 Mar 12, 2024
130a58e
Init Rise of Shadows
shinoi2 Mar 8, 2024
d18c0e1
WIP: dalaran
shinoi2 Mar 12, 2024
eff8bc6
neutral_epic
shinoi2 Mar 12, 2024
7bc48a0
neutral_legendary & neutral_rare
shinoi2 Mar 12, 2024
8ee9a72
paladin
shinoi2 Mar 12, 2024
522ad85
update PlayReq
shinoi2 Mar 13, 2024
7d4c97f
rogue
shinoi2 Mar 13, 2024
73ceafc
shaman
shinoi2 Mar 13, 2024
b963a0b
warlock
shinoi2 Mar 13, 2024
1830dd0
warrior
shinoi2 Mar 13, 2024
ebe7afc
fix bugs
shinoi2 Mar 13, 2024
5ddf38b
new Basic and Classic cards, fix bugs
shinoi2 Mar 14, 2024
f394542
update README.md
shinoi2 Mar 14, 2024
45163bb
update hearthstone install requires
shinoi2 Mar 14, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ A Hearthstone simulator and implementation, written in Python.

## Cards Implementation

Now updated to [Patch 13.4.0.29349](https://hearthstone.fandom.com/wiki/Patch_13.4.0.29349)
Now updated to [Patch 14.6.0.31761](https://hearthstone.fandom.com/wiki/Patch_14.6.0.31761)
* **100%** Basic (142 of 142 cards)
* **100%** Classic (240 of 240 cards)
* **100%** Hall of Fame (13 of 13 cards)
* **100%** Classic (245 of 245 cards)
* **100%** Hall of Fame (24 of 24 cards)
* **100%** Curse of Naxxramas (30 of 30 cards)
* **100%** Goblins vs Gnomes (123 of 123 cards)
* **100%** Blackrock Mountain (31 of 31 cards)
Expand All @@ -24,9 +24,10 @@ Now updated to [Patch 13.4.0.29349](https://hearthstone.fandom.com/wiki/Patch_13
* **100%** Journey to Un'Goro (135 of 135 cards)
* **100%** Knights of the Frozen Throne (135 of 135 cards)
* **100%** Kobolds & Catacombs (135 of 135 cards)
* **100%** The Witchwood (135 of 135 cards)
* **100%** The Boomsday Project (135 of 135 cards)
* **100%** The Witchwood (129 of 129 cards)
* **100%** The Boomsday Project (136 of 136 cards)
* **100%** Rastakhan's Rumble (135 of 135 cards)
* **100%** Rise of Shadows (136 of 136 cards)

## Requirements

Expand Down
Loading
Loading