-
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #35 from tiemonl/feature/GH-34_repo_cleanup
Repo cleanup
- Loading branch information
Showing
4 changed files
with
50 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# Bit Heroes Fishing Bot -- Unix | ||
|
||
[![GitHub issues](https://img.shields.io/github/issues/tiemonl/Bit-Heroes-Fishing-Bot.svg)](https://github.com/tiemonl/Bit-Heroes-Fishing-Bot/issues) | ||
[![Github All Releases](https://img.shields.io/github/downloads/tiemonl/Bit-Heroes-Fishing-Bot/total.svg)](https://github.com/tiemonl/Bit-Heroes-Fishing-Bot/releases) | ||
[![Donate Paypal](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9F2F5CFVSHK8G) | ||
[![Donate Ethereum]( | ||
https://brianmacdonald.github.io/Ethonate/svg/eth-donate-blue.svg)]( | ||
https://brianmacdonald.github.io/Ethonate/address#0xaD3c539d7bb5e3ce993ca87DEA851B308326511a) | ||
|
||
|
||
Table of Contents | ||
================= | ||
* [How to use](#how-to-use) | ||
* [First Steps](#first-steps) | ||
* [Setting up the game](#setting-up-the-game) | ||
* [Fishing](#fishing) | ||
* [Feature request or bug report](#feature-request-or-bug-report) | ||
* [Donation](#Donation) | ||
|
||
## How to use | ||
### First steps | ||
- To make sure this program runs correctly, a few setting settings need to be checked. | ||
- Make sure you have java installed by running `java -version` in the terminal. | ||
- Download bh-fisher.jar from the [releases](https://github.com/tiemonl/Bit-Heroes-Fishing-Bot/releases) tab in GitHub. | ||
- `cd` to the directory in which the file was downloaded. i.e. `cd ~/Downloads/` | ||
|
||
### Setting up the game | ||
- Navigate to the fishing starting screen on your ***primary*** monitor: | ||
![Calibration screen](https://i.imgur.com/8mJ0T4o.png) | ||
|
||
### Fishing | ||
- To start fishing use the command `java -jar bh-fisher.jar <bait>` and replace `<bait>` with the amount of bait you wish to use. i.e. `java -jar bh-fisher.jar 120` | ||
|
||
## Feature request or bug report | ||
To request a feature or report a bug, open up an [issue](https://github.com/tiemonl/Bit-Heroes-Fishing-Bot/issues) in GitHub. | ||
|
||
## Donation | ||
If this program as helped you save time fishing, please consider donating: | ||
[![Donate Ethereum]( | ||
https://brianmacdonald.github.io/Ethonate/svg/eth-donate-blue.svg)]( | ||
https://brianmacdonald.github.io/Ethonate/address#0xaD3c539d7bb5e3ce993ca87DEA851B308326511a) | ||
[![Donate Paypal](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9F2F5CFVSHK8G) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters