项目作者: NewMountain

项目描述 :
Chapter 13 of Haskell book
高级语言: Haskell
项目地址: git://github.com/NewMountain/hangmanSimple.git
创建时间: 2017-02-03T20:28:45Z
项目社区:https://github.com/NewMountain/hangmanSimple

开源协议:Other

下载


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:

  1. stack install
  2. stack build
  3. stack exec hangman

Enjoy!