Thanks to visit codestin.com
Credit goes to github.com

Skip to content

greggzigler/spellingbee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spellingbee

New York Times Spelling Bee cheat

Given a set of 1 required letter and 6 optional letters and a dictionary, generate a list of words that satisfy these rules:

  • must contain required letter
  • must have length of 4 or greater
  • must not contain letters outside the set of required+optional letters

Note: a word may repeat any letter.

Setup

npm install

Usage

npm run cheat REQUIRED OPTIONALS DICT

where

  • REQUIRED is a single letter
  • OPTIONALS is a string of six letters
  • DICT is an optional string containing share (default), dwyl, or ecprice

About

NYT Spelling Bee cheat

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors