Skip to content

Bright1992/HearthDb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

HearthDb is a .NET Hearthstone database.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.9%
  • Batchfile 0.1%