Sen descrición

Richard Köhl e3344d81b3 add timeout to screen capture %!s(int64=2) %!d(string=hai) anos
templates a39aaa2021 rename image %!s(int64=2) %!d(string=hai) anos
test e341b563c6 initial commit %!s(int64=2) %!d(string=hai) anos
.env.example f25a31fb4c add .env file %!s(int64=2) %!d(string=hai) anos
.gitignore f25a31fb4c add .env file %!s(int64=2) %!d(string=hai) anos
Readme.md 83be77c1b5 add Readme %!s(int64=2) %!d(string=hai) anos
capture.py 66a20a59ef adapt capture script %!s(int64=2) %!d(string=hai) anos
dungeon.py ac2878c59f stop if titan tank is dead %!s(int64=2) %!d(string=hai) anos
extract.py caee9d452e add screenshot tool %!s(int64=2) %!d(string=hai) anos
helper.py e3344d81b3 add timeout to screen capture %!s(int64=2) %!d(string=hai) anos
locate.py 24c6c859e0 formatting %!s(int64=2) %!d(string=hai) anos
requirements.txt f25a31fb4c add .env file %!s(int64=2) %!d(string=hai) anos
screenshot.py a0f45eabb0 move stuff to helper file %!s(int64=2) %!d(string=hai) anos

Readme.md

Hero Wars Dungeon runner

requirements

python

python needs to be installed

following python packages are needed

pip install -r requirements.txt

environment

  • copy the .env.example-file to .env
  • adjust the ip address of your android device

adb

adb commandline tool needs to be installed with Android Studio. (with sdk manager install Android SDK > SDK Tools: Android SDK Build-Tools, Android SDK Command-line Tools, Android SDK Platform-Tools and Google USB Driver)

if you want to work wireless:

  • set adb port to 5555 while connected via usb:

    adb tcpip 5555
    
  • connect wireless to device (with your android's ip address)

    adb connect 192.168.178.32:5555