A sadistic command-line app disguised as a classic game.
Pretty much everything you would expect from a hangman game - you have to guess the secret word.
- every round, you can either guess a character or try and guess the whole word;
- if your word guess is correct (or reveal all hidden characters) you WIN!
- if you fail to do so before the whole stickman is drawn, you lose :(
This exists only in order for me to practice basic IO and monad actions in Haskell, really.
Features that will be implemented as soon as I figure out how:
- Multi-language support (maybe via user-prompt, it would be cool)
- Multiple games in one execution
- Better print for puzzle word and guesses