Aucune description

Richard Köhl e9f1454c49 click actual position, instead of relative position il y a 1 an
templates 8422efeb58 fix moloch and angus recognition, add STOP_AT_FIRST_DEATH env il y a 1 an
.env.example 53dc0e28a6 update .env.example il y a 1 an
.gitignore f25a31fb4c add .env file il y a 1 an
Readme.md 83be77c1b5 add Readme il y a 1 an
capture.py 519ba1e389 get configuration from .env file il y a 1 an
dungeon.py e9f1454c49 click actual position, instead of relative position il y a 1 an
extract.py caee9d452e add screenshot tool il y a 1 an
helper.py eb2e056afc update requirements, fix fallback output il y a 1 an
locate.py 24c6c859e0 formatting il y a 1 an
requirements.txt eb2e056afc update requirements, fix fallback output il y a 1 an
screenshot.py a4b84fcf59 visualize sleeps il y a 1 an

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