Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 866 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 866 Bytes

Hangman

A sadistic command-line app disguised as a classic game.

2021-07-02-134124_1021x749_scrot

Rules

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 :(

What is it

This exists only in order for me to practice basic IO and monad actions in Haskell, really.

TODOs

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