calledtoconstruct / lambdabot

A friendly IRC bot and apprentice coder, written in Haskell.
4 stars 2 forks source link

Finish hangman plugin #18

Open calledtoconstruct opened 4 years ago

calledtoconstruct commented 4 years ago

Polish the hangman plugin so that it is completely playable in chat.

calledtoconstruct commented 4 years ago

DONE: for ?hangman-status it should print the characters that have already been tried (incorrect letters since the correct letters are already shown)

calledtoconstruct commented 4 years ago

Implement a timer that submits the "final answer"?

calledtoconstruct commented 4 years ago

Add ?hangman-configure so that the admin can: WILL IMPLEMENT LATER (creating issue): 1) make "final answer" admin only or anyone or initiator 2) make "start" admin only or anyone 3) make game case sensitive or not DONE: 4) set the number of incorrect guesses allowed 5) customize messages (You Win, You Lose, etc...)

calledtoconstruct commented 4 years ago

DONE: Move allowedGuesses to configuration

calledtoconstruct commented 4 years ago

DONE: ?hangman-start should call showGame