An open API service indexing awesome lists of open source software.

https://github.com/jshrake/extracted-hearthstone-data


https://github.com/jshrake/extracted-hearthstone-data

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Extracted Hearthstone Data

Data files extracted from the Hearthstone game client asset files using [disunity](https://github.com/ata4/disunity)

## Usage

```bash
git clone --recursive https://github.com/jshrake/extracted-hearthstone-data.git
cd extracted-hearthstone-data
make
```

## Dependencies

disunity requires java to run, and maven to build

```bash
brew cask install java
brew install maven
```