0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
A simple app to guess possible words given known letters
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
 Project Readme

Word Guesser

Build Status

This was originally designed as a simple tool to automate the generation of word possibilities given known letters in the word and known letters not in the word. The motivation for this was a programming exercise that came out of the task of manually creating lists of possible words for certain word games. It eventually evolved into having actual dictionary lookups, as generating millions of combinations becomes prohibitively expensive.

Requirements

  • Ruby 1.9.2 or greater

Installation

gem install word-guesser

Usage

word-guesser

Then follow the prompts.

Credits & Licence

Created by J. Andrew Marshall. Licensed under the BSD license, included.