Skip to content

A brute force generator for 2 word combos for the NYT's letter-boxed game.

License

Notifications You must be signed in to change notification settings

SawyerHood/letter-boxed-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

letter-boxed-rust

A brute force generator for 2 word combos for the NYT's letter-boxed game. Check out the game at https://www.nytimes.com/puzzles/letter-boxed

Why?

I was really curious how many different ways it would be possible to solve the letter boxed game with only two words and it would be some rust practice at the same time.

How to run

  • clone the repo
  • cargo run {letters seperated by spaces here} like: cargo run e m a h n l o i t b s r
  • wait for the results to come in

dictionary taken from here: https://github.com/dwyl/english-words

About

A brute force generator for 2 word combos for the NYT's letter-boxed game.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages