Updated with V1.3
This commit is contained in:
parent
a815dc4b16
commit
925d2fe67c
1 changed files with 14 additions and 17 deletions
31
README.md
31
README.md
|
@ -1,19 +1,16 @@
|
||||||
# LumberJack Telegram Bot
|
# 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!**
|
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
|
## 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.
|
The script recognises LumberJack's game window and clicks on play button. Uses tree's position to locate branches and dodge them.
|
||||||
|
|
||||||
![alt tag](http://i.imgur.com/H7v3zwo.png)
|
![alt tag](http://i.imgur.com/H7v3zwo.png)
|
||||||
|
|
||||||
|
|
||||||
_Recognises this area as start/restart button._
|
_Recognises this area as start/restart button._
|
||||||
|
|
||||||
<br />
|
|
||||||
<br />
|
|
||||||
<br />
|
|
||||||
<br />
|
|
||||||
![alt tag](http://i.imgur.com/hKTuuio.png)
|
![alt tag](http://i.imgur.com/hKTuuio.png)
|
||||||
|
|
||||||
|
|
||||||
|
@ -22,19 +19,19 @@ _Checks if indicated pixel is the same color as branch's. If true, lumberjack mo
|
||||||
|
|
||||||
## Score record
|
## Score record
|
||||||
|
|
||||||
| Speed (sec) | Score (avg) V1.1 |Score (avg) V1.2|
|
| Speed (sec) | Score (avg) V1.1 |Score (avg) V1.2|Score V1.3 (No longer depends on speed)|
|
||||||
| ------------ | ----------- |----------- |
|
| ------------ | ----------- |----------- |----------- |
|
||||||
| 0.15 | 182 |254 |
|
| 0.15 | 182 |254 |358 |
|
||||||
| 0.12 | 186 |247 |
|
| 0.12 | 186 |247 |368 |
|
||||||
| 0.11 | 129 |314 |
|
| 0.11 | 129 |314 |370 |
|
||||||
| 0.1 | 29 |296 |
|
| 0.1 | 29 |296 |366 |
|
||||||
| 0.099 | 128 |334 |
|
| 0.099 | 128 |334 |366 |
|
||||||
| 0.08 | 18 |354 |
|
| 0.08 | 18 |354 |372 |
|
||||||
| 0.075 | - |87 |
|
| 0.075 | - |87 |358 |
|
||||||
| 0.07 | 7 |93 |
|
| 0.07 | 7 |93 |374 |
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
![alt tag](http://i.imgur.com/hH5dY26.png)
|
![alt tag](http://i.imgur.com/ZYisvAL.png)
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
|
|
Loading…
Reference in a new issue