bigMoonz / hearthstone_script-

Earn 100 gold pieces in 4-5 hours by using python and opencv.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hearthstone_script-

Earn 100 gold pieces in 4-5 hours by using python and opencv.

Introduction

  • A poor college student want to earn more gold in HearthStone.

  • I write in python and use some cv2 built-in functions ,such as,Canny(),matchTemplate() and compareHist().You can get details by reading the source code hearthstone_auto.py.However,the comments are written by Chinese.If you have any questions ,please contact me.

  • Some implemented functions :start game ,play cards ,trample face ,attack sneer attends and end turn.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

ScreenshotOfStart

Requirements

Python 3.x,HearthStone and other common packages listed in requirements.txt.

Installation

  1. Install dependencies
pip3 install -r requirements.txt
  1. Open HearthStone and get the desk choose

  2. Run hearthstone_auto from the repository root directory

python3 hearthstone_auto.py
  1. Watch and enjoy it

Future Work

I will use Reinforcement Learning to rebuild the project.So exciting!

Contribution

Pull requests are welcome!

License

This project is licensed under the MIT License.

About

Earn 100 gold pieces in 4-5 hours by using python and opencv.

License:MIT License


Languages

Language:Python 100.0%