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

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

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
Revised Revision 1 made by lf94 at 2015-08-16T12:01:37Z
Category Game
Home page https://github.com/lf94/Hangman
Uploaded by lf94 at 2015-08-16T11:52:09Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables Hangman
Downloads 2569 total (9 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-12-02 [all 7 reports]

Readme for Hangman-0.1.0.0

[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.