Skip to content

Latest commit

 

History

History
48 lines (32 loc) · 1.34 KB

README.md

File metadata and controls

48 lines (32 loc) · 1.34 KB

Age of Warring Empire Bot

Tower, Hydra and Random clicking automation

OpenCV and Pyautogui

An automated python script to clear tower and hydra levels.

gameUI botGUI

Installation instructions

Python >= 3.5

Install all the packages:

  1. python-opencv
  2. pyautogui

Using either pip install python-opencv pyautogui or pip3 install python-opencv pyautogui.

Set up a coords.txt and add diagonal screen coordinates as x1:y1:x2:y2

Run bot.py for Tower select the level to play with middle scroll mouse button.

Technology Stack

  1. Python3
  2. OpenCV
  3. pyautogui

APGLv3 LICENSE

Copyright (C) 2018, 2019 Rashmil Panchani

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/.