Skip to content

Tikitikitikidesuka/0hh1-Bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License


Logo

0h h1 Bot

A bot for the game 0h h1
Report Bug · Request Feature

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contributing
  5. License
  6. Contact
  7. Acknowledgments

About The Project

0h h1 Bot automagically plays the browser game 0h h1 at ☆ミ blazing fast speeds ☆ミ.

0 ms 100 ms

The speed can be configured in case max speed feels too fast (。•̀ᴗ-)✧.

(back to top)

Getting Started

Prerequisites

The only prerequisite is the java JDK 17 or higher.

Compilation

  1. Clone the repo
    git clone https://github.com/Tikitikitikidesuka/0hh1-Bot.git
  2. Compile the program
    javac Bot.java

Running

To run the bot execute the previously compiled Bot.class with java

java Bot

You can also run the jar filed found in the releases section of the project page

java -jar 0hh1-Bot.jar

Configuration

A config file is created on the first run.

  • click_speed: Sets the speed of the clicks in milliseconds.
  • x_screen_offset: Sets the screen horizontal offset. Only necessary for multi-monitor linux setups. (more info in the config file)

(back to top)

Usage

To use the bot, open 0h h1 on any browser in fullscreen (key F11 in most browsers) on the main monitor, start a game of any size and run the program.

The bot will scan the screen for the board, solve the board and output the result by taking control of the mouse.

(back to top)

Contributing

If you have a suggestion that would make this better, please fork the repo and create a pull request.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Tikitikitikidesuka - deesneakygerbil@example.com

Project Link: https://github.com/tikitikitikidesuka/0hh1-bot

(back to top)

Acknowledgments

(back to top)