Updated with version 1.1
This commit is contained in:
parent
fd4781d4d5
commit
d03ece5bae
1 changed files with 13 additions and 7 deletions
20
README.md
20
README.md
|
@ -5,7 +5,7 @@ Simple bot made for LumberJack telegram game. It recognises a couple of key pixe
|
|||
## 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)
|
||||
![alt tag](http://i.imgur.com/H7v3zwo.png)
|
||||
|
||||
|
||||
_Recognises this area as start/restart button._
|
||||
|
@ -14,25 +14,31 @@ _Recognises this area as start/restart button._
|
|||
<br />
|
||||
<br />
|
||||
<br />
|
||||
![alt tag](http://i.imgur.com/4BfLntX.png)
|
||||
![alt tag](http://i.imgur.com/hKTuuio.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
|
||||
| Speed (sec) | Score (avg) |
|
||||
| ------------ | ----------- |
|
||||
| 0.15 | 182 |
|
||||
| 0.12 | 186 |
|
||||
| 0.11 | 129 |
|
||||
| 0.1 | 29 |
|
||||
| 0.099 | 128 |
|
||||
| 0.08 | 18 |
|
||||
| 0.07 | 7 |
|
||||
<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.
|
||||
Resize and place your telegram window as the image. Open the script with python IDLE, place next to telegram and run it (F5). Don't place IDLE's window above telegram's.
|
||||
|
||||
|
||||
|
||||
![alt tag](http://i.imgur.com/JRQMYxS.png)
|
||||
![alt tag](http://i.imgur.com/tiV3Eze.png)
|
||||
|
|
Loading…
Reference in a new issue