Readme V1.0

This commit is contained in:
Enrique Moran 2016-12-06 18:36:06 +01:00 committed by GitHub
parent 1597ebd014
commit c510fec071
1 changed files with 36 additions and 2 deletions

View File

@ -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._
<br />
<br />
<br />
<br />
![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
<br />
<br />
<br />
<br />
## 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)