hangman

Hangman implementation in Haskell written in two hours.

Latest on Hackage:1.0.3

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

MIT licensed and maintained by Hok Shun Poon

A command line implementation of the classic hangman game. I wrote this when I was desperately bored during exam revision period in a couple of hours. Hopefully you will find the implementation to be of use. It sort of began as an assessment of the Haskell development experience, but I plan to continue to maintain and extend the implementation to demonstrate how to apply good software development practises to Haskell code.