Hangman: The classic game of Hangman.

[ game, gpl, program ] [ Propose Tags ]

With a number of guesses you must figure out the hidden word!


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2
Dependencies base (>=4.7 && <4.8), random (>=1 && <2), transformers (>=0.4.3 && <0.4.4) [details]
License GPL-3.0-only
Author Lee Fallat
Maintainer developer@leefallat.ca
Category Game
Home page https://github.com/lf94/Hangman
Uploaded by lf94 at 2015-08-18T10:55:43Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables Hangman
Downloads 2564 total (7 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Last success reported on 2015-08-18 [all 12 reports]

Readme for Hangman-0.1.0.2

[back to package description]

Hangman in Haskell

This is an educational implementation of the classic game Hangman.

Usage

You will have to open Words.hs and input your own word list, then recompile.

Acknowledgements

A huge thank you to several users in #haskell, you have improved my functional programming tenfold within the last week.