Solving Wordle With Rust

Last weekend my brother introduced me to a fun little puzzle game called Wordle. With it you guess a word and it highlights which letters are in the word and in the correct location or it will signal if the letter is correct but isn’t in the proper location. After watching a few game rounds I decided to write something to solve it.

"Worded in Action"

The code is on github.

The demo is self hosted.

Comments