From c510fec071ec039eec637ee084a08a6533dd8c76 Mon Sep 17 00:00:00 2001 From: Enrique Moran Date: Tue, 6 Dec 2016 18:36:06 +0100 Subject: [PATCH] Readme V1.0 --- README.md | 38 ++++++++++++++++++++++++++++++++++++-- 1 file changed, 36 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dd77e24..c659bb7 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,36 @@ -# lumberjackBot -Bot for LumberJack telegram game. +# 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](http://i.imgur.com/u4PZAQT.png) + + +_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 + +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](http://i.imgur.com/JRQMYxS.png)