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

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

Awesome Lists containing this project

README

          

# hangman-solver [![Build Status](https://travis-ci.org/MiniDigger/hangman-solver.svg?branch=master)](https://travis-ci.org/MiniDigger/hangman-solver) [![Dependency Status](https://www.versioneye.com/user/projects/5741bcc1ce8d0e0047372296/badge.svg?style=flat)](https://www.versioneye.com/user/projects/5741bcc1ce8d0e0047372296) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/66934c894d3741c5afd0252f93d053bd)](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