hearthdash

Hearthstone tracker

  • 所有者: postcasio/hearthdash
  • 平台:
  • 许可证: Other
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

I learned a lot about reverse engineering network protocols when I made this. I also learned a lot about separation of concerns. The code in this repository is not particularly good, but, I still like what I made.


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.10
  • 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

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.

Hearthdash should now be in the build directory.

主要指标

概览
名称与所有者postcasio/hearthdash
主编程语言CoffeeScript
编程语言Shell (语言数: 5)
平台
许可证Other
所有者活动
创建于2014-09-11 20:25:17
推送于2020-09-02 16:24:17
最后一次提交2019-09-17 20:40:22
发布数3
最新版本名称v0.0.3 (发布于 2014-09-23 18:58:13)
第一版名称v0.0.1 (发布于 )
用户参与
星数306
关注者数8
派生数10
提交数30
已启用问题?
问题数0
打开的问题数0
拉请求数0
打开的拉请求数4
关闭的拉请求数0
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?