Skip to content

A sadistic command-line app disguised as a classic game

License

Notifications You must be signed in to change notification settings

freestingo/hangman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A sadistic command-line app disguised as a classic game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published