Readme V1.0
This commit is contained in:
parent
1597ebd014
commit
c510fec071
1 changed files with 36 additions and 2 deletions
38
README.md
38
README.md
|
@ -1,2 +1,36 @@
|
||||||
# lumberjackBot
|
# LumberJack Telegram Bot
|
||||||
Bot for LumberJack telegram game.
|
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)
|
||||||
|
|
Loading…
Reference in a new issue