HearthSim/HearthDb

Name: HearthDb

Owner: HearthSim

Description: HearthDb is a .NET Hearthstone database.

Created: 2015-11-14 16:57:40.0

Updated: 2018-05-22 17:52:18.0

Pushed: 2018-05-22 17:52:16.0

Homepage: https://hearthsim.info

Size: 1812

Language: C#

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

HearthDb

Build status

HearthDb is a .NET Hearthstone database.

Deckstrings

HearthDb.Deckstrings.DeckSerializer can serialize decks from and to Hearthstones deck string format, used for importing/exporting decks.

See here for example usage.

Full deck strings documentation can be found here: https://hearthsim.info/docs/deckstrings/

Cards

HearthDb.Cards contains all card information of the CardDefs.xml, imported from the hsdata HearthSim project.

See here for example usage.

CardIDs

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

The CardIds.cs file is generated by HearthDb.CardIdLibGenerator.

See here for example usage.

Enums

HearthDb.Enums contains all the relevant Hearthstone enums.

The Enums.cs file is generated by HearthDb.EnumsGenerator.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.