Skip to content

Version 1.4

Latest
Compare
Choose a tag to compare
@EnriqueMoran EnriqueMoran released this 15 Dec 16:16
· 7 commits to master since this release

Description

First public functional version. Efficiency has been increased from the very first version by saving calculations, changing attributes access and improving pixel recognition. PyAutogui library is needed in order to use the app.

  • Used libraries: pyautogui, time, windll and threading.
  • Threads: Main thread for play method, second thread for getting left side branch pixel and third thread for right side branch pixel recognition.
  • Average score: 473
  • Max score: 484
  • Efficiency based on pixel recognition from threads and pyautogui library speed.