stories2 / HearthStoneBot

Tracking player gaming and simulate.
http://stories2.iptime.org
MIT License
0 stars 0 forks source link
hearthstone python

Project Title

Hearthstone deck tracking and simulate.

Sample program running

Getting Started

Prerequisites

This project only working mac os. You should be an hearthstone player.

Installing

Check this

Running the tests

Realtime test

In Runner.py, disable or delete this line.

FileIO.StaticLoader()

And enable or write this.

FileIO.RealtimeLoader("/Users/" + DefineManager.COMPUTER_USER_NAME + "/Library/Preferences/Blizzard/Hearthstone/Logs/" + DefineManager.LOG_FILE_NAME)

In Settings/DefineManager.py, set COMPUTER_USER_NAME your username.

Static test

In Runner.py, disable or delete this line.

FileIO.RealtimeLoader("/Users/" + DefineManager.COMPUTER_USER_NAME + "/Library/Preferences/Blizzard/Hearthstone/Logs/" + DefineManager.LOG_FILE_NAME)

And enable or write this.

FileIO.StaticLoader()

License

This project is licensed under the MIT License - see the LICENSE.md file for details