Skip to content

How to setup the project

David Barishev edited this page Jul 17, 2016 · 4 revisions

First , download or clone the source files.
git clone https://github.com/DavidBarishev/DDtankFarmingBot.git

The project should work on all platforms , but it was tested on Windows.

Requirements

  • Your screen should be bigger than the game area
  • Install pyautogui

After install

  1. Open the game and let it idle after the game loads, the game state should be at the square.
  2. Run the quick-start file python quick-start.py
  3. Switch as the program starts to the game Make sure nothing is obscuring the game screen
  4. New file should be created - conf.py
  5. Open the file
  6. Edit it the modules dictionary - modules with True , will be run.
  7. Run the 'main.py' , and switch to the game screen

If the program crashes , runs unexpectedly, please open a new issues with the log (located at the logs folder)

Clone this wiki locally