https://github.com/timvisee/lumber-bot
:game_die: Simple lumber game bot.
https://github.com/timvisee/lumber-bot
bot game lumber-jack telegram
Last synced: 11 months ago
JSON representation
:game_die: Simple lumber game bot.
- Host: GitHub
- URL: https://github.com/timvisee/lumber-bot
- Owner: timvisee
- License: gpl-3.0
- Created: 2017-02-16T16:07:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-18T01:37:46.000Z (over 9 years ago)
- Last Synced: 2025-03-12T00:34:46.768Z (over 1 year ago)
- Topics: bot, game, lumber-jack, telegram
- Language: Java
- Homepage: https://timvisee.com/
- Size: 65.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/timvisee/lumber-bot)
# Lumber Bot
Bot for the LumberJack game in Telegram.

## Bot usage
* Run the bot.
* Open LumberJack in your browser.
* Hover your mouse over the center of the tree, and press **Enter**.
* Hover your mouse over the center of the bottom branch, and press **Enter**.
* Focus the browser, and press **Enter**.
* Watch the bot complete the game.
* Press **A** to toggle auto replay after dying.
## Requirements
Compilation:
- Java development kit (JDK) 1.8
- Maven
- Git (Optional)
Running:
- Java 1.8 or higher
## Project compilation
* Clone the project. (`git clone https://github.com/timvisee/lumber-bot.git`)
* Build the project through Maven. (`mvn clean install -B`)
## License
This project is released under the GNU GPL-3.0 license. Check out the [LICENSE](LICENSE) file for more information.