spelling-bee-solver

command module
v0.0.0-...-affc34b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 20, 2021 License: Apache-2.0 Imports: 5 Imported by: 0

README

Spelling Bee Solver

Simple program to help me solve the NY Times Spelling Bee puzzle because we all need a little help some times. Uses a word list from https://github.com/dwyl/english-words.

Installing

go get github.com/skidder/spelling-bee-solver

Then download a world file, either from this repo (words.txt), from https://github.com/dwyl/english-words, or your own.

Running

spelling-bee-solver -availableLetters dineupz -requiredLetter u

Flags

  -availableLetters string
        Letters that can be used
  -minLength int
        Minimum length of words (default 4)
  -requiredLetter string
        Letters that must be used
  -words string
        Path to words file (default "words.txt")

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL