项目作者: jellert

项目描述 :
A command-line hangman game written in Haskell
高级语言: Haskell
项目地址: git://github.com/jellert/hangskell.git
创建时间: 2018-05-17T05:56:57Z
项目社区:https://github.com/jellert/hangskell

开源协议:

下载


Hangskell

A command-line hangman game written in Haskell

Put hangman.exe into a directory and run $ hangman to play.
You also need to have three text files, called long.txt, med.txt, and short.txt
in that directory. You can use the files from this repository or substitute with your own.
The long.txt file will be used as the pool for easy mode, med.txt for medium, and
short.txt for hard.

Words lists come from this repository