Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 691 Bytes

File metadata and controls

17 lines (13 loc) · 691 Bytes

infinitode-2 automation

Infinitode 2 automation using PYTHON and ADB
Why am I using ADB instead of PYAUTOGUI?
Because It supports desktop environments and doesn't work android.
So I had to use PYTHON and ADB.
There are several other ways to achieve this. But I am choosing PYTHON and ADB for this project.

craft_tiles.py : It automatically converts/crafts low level tiles to higher level tiles.

steps to use:

  1. Download and/or install ADB on your pc.
  2. Add ADB to the environment variable(optional).
  3. Connect your phone using adb. Both wired and wireless connections are supported.
  4. Run the game.
  5. Run the script and watch the magic happen!