Skip to content

devinstewart/wordle-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wordle Helper

A program to help you solve Wordle puzzles. Written in Rust and Iced.

The app starts with a random word from the set TEARS, STERN, EARNT, ROAST, ROUND, SPARE, MATER and FEAST. Click on each letter to specify if it is:

  • Correct and in the correct position (green)
  • Correct but in the wrong position (yellow)
  • Incorrect (Black)

Once every letter has a status, click on the "Guess" button to get the next word.

If all letters are marked as correct, the app will display: Congratulations!. If there is no more words to guess, the app will display: I Give Up, Sorry!.

Screenshot

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages