Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 859 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 859 Bytes

HearthDb

HearthDb is a .NET Hearthstone database.

Cards

HearthDb.Cards contains all card information of the CardDefs.xml, taken from the hs-data HearthSim project.

See here for example usage.

CardIDs

HearthDb.CardIds contains properly named constant for all cardIds existing in Hearthstone.

The cardIds file was generated by HearthDb.CardIdLibGenerator.

See here for example usage.

Building HearthDb

  • Run HearthDb/bootstrap.bat
  • Build project

Alternaitvely: manually download HearthSim/hs-data/CardDefs.xml to HearthDb/HearthDb before building.