Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dphilipson/word_guesser_web
A word-based variant on the classic "hi-lo" game, as a web application based on Yesod.
https://github.com/dphilipson/word_guesser_web
Last synced: 5 days ago
JSON representation
A word-based variant on the classic "hi-lo" game, as a web application based on Yesod.
- Host: GitHub
- URL: https://github.com/dphilipson/word_guesser_web
- Owner: dphilipson
- License: mit
- Created: 2013-12-31T21:31:35.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-03T06:02:01.000Z (about 11 years ago)
- Last Synced: 2024-11-19T13:45:54.113Z (2 months ago)
- Language: CSS
- Size: 883 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.