An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

[![Build Status on Travis CI](https://travis-ci.org/timvisee/lumber-bot.svg?branch=master)](https://travis-ci.org/timvisee/lumber-bot)

# Lumber Bot
Bot for the LumberJack game in Telegram.

![Lumber Jack cover](res/LumberJackCover.jpg)

## 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.