项目作者: NewMountain
项目描述 :
Chapter 13 of Haskell book
高级语言: Haskell
项目地址: git://github.com/NewMountain/hangmanSimple.git
Hangman game
This is based on chapter 13 of the Haskell book. The project is a simple hangman game.
To run the project yourself, clone this repo then, in the directory:
stack install
stack build
stack exec hangman
Enjoy!