Keine Beschreibung

Richard Köhl cdd6fcb7fd actually take screenshot vor 2 Jahren
templates 30982adf37 add death detection vor 2 Jahren
test e341b563c6 initial commit vor 2 Jahren
.env.example f25a31fb4c add .env file vor 2 Jahren
.gitignore f25a31fb4c add .env file vor 2 Jahren
Readme.md 83be77c1b5 add Readme vor 2 Jahren
capture.py 519ba1e389 get configuration from .env file vor 2 Jahren
dungeon.py e4dd05b210 refactoring vor 2 Jahren
extract.py caee9d452e add screenshot tool vor 2 Jahren
helper.py cdd6fcb7fd actually take screenshot vor 2 Jahren
locate.py 24c6c859e0 formatting vor 2 Jahren
requirements.txt f25a31fb4c add .env file vor 2 Jahren
screenshot.py 526616d350 fix environment path vor 2 Jahren

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