QasimK / AutoTowerDefence

Automatically play the tower defence game FrozenDefence2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Auto Tower Defence

A program to automatically play the tower defence game FrozenDefence2.

The game is no longer fully-functional. Auto Tower Defence has not been updated for the current iteration of the game (Last checked, July 2014).

Notes

  • Detecting the game is currently highly-dependent on the OS, browser, page zoom level, system DPI, and perhaps other factors.
    • You may need to disable DPI scaling for python.exe.
    • You may need to adjust the detection of game elements in the code manually.
  • Developed on Windows 8 with Google Chrome at 100% DPI and zoom level.

Dependencies

  • Python 3 (Developed with 32-bit)
  • Pywin32
  • Pillow. (pip install pillow)

About

Automatically play the tower defence game FrozenDefence2

License:MIT License


Languages

Language:Python 100.0%