File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,9 @@ Hearthbreaker
3
3
A Hearthstone Simulator
4
4
-----------------------
5
5
6
+ ** Hearthbreaker is no longer under active development. If you're interested in Hearthstone Simulation, check out the projects
7
+ at [ https://hearthsim.info/ ] ( https://hearthsim.info/ ) **
8
+
6
9
Hearthbreaker is an open source Hearthstone simulator for the purposes of machine learning and
7
10
data mining of Blizzard's [ Hearthstone: Heroes of WarCraft] ( http://battle.net/hearthstone ) . It implements every
8
11
card in the game. Every attempts has been made to mimic Hearthstone precisely, including edge cases and bugs.
@@ -66,7 +69,8 @@ For Python 3.2 and PyPy3, the unit tests are dependent on the [mock package](htt
66
69
Progress
67
70
--------
68
71
69
- All collectible cards have been implemented.
72
+ All Collectible cards up to The Grand Tournament have been implemented. There is no plan to expand on the list
73
+ of cards beyond that.
70
74
The engine is complete, and can be used to simulate games. The game state can be copied, or serialized to JSON.
71
75
Replay functionality is included as well. Furthermore, minions and weapons can be expressed either in python or
72
76
via a JSON declaration.
You can’t perform that action at this time.
0 commit comments