Go to file
Enrique Moran fd4781d4d5 Compatibility increased 2016-12-08 16:12:27 +01:00
README.md Score record updated 2016-12-07 07:04:02 +01:00
lumberjackBot.py Compatibility increased 2016-12-08 16:12:27 +01:00
playButton.png Must be in same directory. 2016-12-08 16:09:41 +01:00
tree.png Must be in same directory. 2016-12-08 16:09:22 +01:00

README.md

LumberJack Telegram Bot

Simple bot made for LumberJack telegram game. It recognises a couple of key pixels on your screen and makes lumberjack dodge tree's branches. pyautogui library is needed!

How it works

The script recognises LumberJack's game window and clicks on play button. Uses player's position to locate branches and dodge them.

alt tag

Recognises this area as start/restart button.





![alt tag](http://i.imgur.com/4BfLntX.png)

Checks if indicated pixel is the same color as branch's. If true, lumberjack moves left, else right.

Score record

374 - 12/7/2016

367 - 12/6/2016



Usage example

Resize and place your telegram window as the image. Open the script with python IDLE, place next to telegram and run it (F5). Consider press CTRL+C once the game ends and don't place IDLE's window above telegram's.

alt tag