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: 4 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 (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-10-09T06:19:01.000Z (about 11 years ago)
- Last Synced: 2025-03-13T21:15:14.496Z (9 months ago)
- Language: Haskell
- Size: 594 KB
- Stars: 1
- Watchers: 2
- 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