Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dphilipson/word_guesser
A word-based variant on the classic "hi-lo" game written in Haskell.
https://github.com/dphilipson/word_guesser
Last synced: about 2 months ago
JSON representation
A word-based variant on the classic "hi-lo" game written in Haskell.
- Host: GitHub
- URL: https://github.com/dphilipson/word_guesser
- Owner: dphilipson
- License: mit
- Created: 2013-12-31T19:54:45.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-10-09T06:19:01.000Z (over 10 years ago)
- Last Synced: 2024-10-13T16:07:48.590Z (3 months ago)
- Language: Haskell
- Size: 594 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
README
======This is a simple game inspired by the classic "hi-lo" number guessing game,
except that this is played with words. The secret is a randomly selected word
from a list of common words (although a lower bound on difficulty ensures that
extremely common words like "the" will not be chosen). The user is allowed to
repeatedly make guesses. The guesses must themselves be words: a Scrabble
dictionary is used to determine what guesses are valid.To play, first compile:
ghc word_guesser.hs
and then run the executable:
./word_guesser