https://github.com/minidigger/hangman-solver
Small irc bot to solve hangman puzzels
https://github.com/minidigger/hangman-solver
Last synced: about 1 month ago
JSON representation
Small irc bot to solve hangman puzzels
- Host: GitHub
- URL: https://github.com/minidigger/hangman-solver
- Owner: MiniDigger
- Created: 2016-05-22T13:28:36.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-10-18T10:28:28.000Z (over 6 years ago)
- Last Synced: 2025-01-01T00:28:14.792Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 441 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hangman-solver [](https://travis-ci.org/MiniDigger/hangman-solver) [](https://www.versioneye.com/user/projects/5741bcc1ce8d0e0047372296) [](https://www.codacy.com/app/mini-digger/hangman-solver?utm_source=github.com&utm_medium=referral&utm_content=MiniDigger/hangman-solver&utm_campaign=Badge_Grade)
Small irc bot to solve hangman puzzels
# Building
hangman-solver uses maven, built it with 'mvn install'
# Running
The bot is preconfigured to play against the "Angstman" hangman bot at irc.spi.gt#hangman, but all messages are configureable here:
https://github.com/MiniDigger/hangman-solver/blob/master/src/main/java/me/minidigger/hangmansolver/HangmanSolverBot.java#L14
Start the bot with 'java -jar hangman-solver-1.0-SNAPSHOT.jar < server> < channel> < owner> < botname>'.
You can leave the arguments empty to join irc.spi.gt#hangman, have HangmanSolver as name and MiniDigger as owner.
# Commands
The bot has currently two commands:
- .toggleautosolve:
- Toggels if the bot should automaticly try to solve the puzzle
- Executeable only by the owner
- .hint:
- Shows the char with the highest chance to be in the word
- Executeable by everyone