Skip to content

Commit 884c703

Browse files
authored
Update README about the end of active development
1 parent d870054 commit 884c703

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

readme.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ Hearthbreaker
33
A Hearthstone Simulator
44
-----------------------
55

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+
69
Hearthbreaker is an open source Hearthstone simulator for the purposes of machine learning and
710
data mining of Blizzard's [Hearthstone: Heroes of WarCraft](http://battle.net/hearthstone). It implements every
811
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
6669
Progress
6770
--------
6871

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.
7074
The engine is complete, and can be used to simulate games. The game state can be copied, or serialized to JSON.
7175
Replay functionality is included as well. Furthermore, minions and weapons can be expressed either in python or
7276
via a JSON declaration.

0 commit comments

Comments
 (0)