Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 704 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 704 Bytes

LumberJack-GameBot

A programme to play the familiar lumberjack game in telegram

The LumberJack game can be found here https://telegram.im/@gamebot?game=lumberjack

Before seeing the game AI works you have to install the following dependencies mainly in python3

pip3 install numpy pip3 install pyautogui pip3 install pillow

Make sure you also install the scrot tool for screencapture in linux using sudo apt install scrot

To Let the bot play the game all you have to do is download the program and run it,While quickly going to the above link and starting the game in full screen.

The above Program is hardcoded and I am currently working on developing one using CNN. It will be released in time.