Skip to content

jovezhong/hearthdash

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hearthdash

Hearthdash is a card tracking application for Hearthstone.

Screenshot

Deck editor

Features

  • Uses packet capturing for foolproof tracking.
  • See your opponents play history broken down by turn.
  • Sapped your opponents minion? Hearthdash will show it in their hand so you don't forget.
  • Easy to use deck editor.

Downloads

You can download Hearthdash from the releases page. Currently only builds for OS X are available.

Building

Requirements

  • OS X, Windows
  • nodejs v0.12
  • coffee-script
  • protobuf

Homebrew is the best way to install Node and protobufs on OS X:

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install node protobuf
npm install -g coffee-script

Building

npm install
cd capture
npm install
cd ../tools
npm install
coffee build.coffee --card-xml-path=<path>

Where path is the path to the cardxml0.unity3d file in the Hearthstone Data directory. If you don't set this paramater, default value is /Applications/Hearthstone/Data/OSX/cardxml0.unity3d

Hearthdash should now be in the build directory.

You probably need run with sudo to make sure it can capture network packs.

sudo build/Hearthdash.app/Contents/MacOS/Atom

About

Hearthstone tracker

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CoffeeScript 70.3%
  • CSS 19.9%
  • Protocol Buffer 6.3%
  • JavaScript 2.8%
  • Other 0.7%