Skip to content

JonathanGiles/JWordle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JWordle

A simple command-line Wordle solver and server.

The server will randomly pick a five-letter word, and give you feedback on your guess, in the form of five 'G', 'Y', and 'W' characters, to represent:

  • 'G': Green - This letter is in the right place
  • 'Y': Yellow - This letter is in the wrong place, but is a valid letter in the word.
  • 'W': Wrong - This letter is not in the word

The solver attempts to determine which word the server is wanting you to guess. The solver requires you to type in the word it tells you to type into Wordle (or your own server instance), and then provide it with the response back from the service in the form, again, of 'G', 'Y', and 'W' characters in the places they appear on the website. The solver will then refine the guidance it gives until it hopefully lands on the correct word, saving your brain any possibility of being challenged!

About

A simple Wordle Solver and Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages