Skip to content

Your diligent Wordle assistant, written in Julia

Notifications You must be signed in to change notification settings

lostella/Worjle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Worjle

Your diligent Wordle assistant, written in Julia.

Usage

Start the program with

$ cd Worjle
$ julia --project -e 'using Worjle; Worjle.play()'

Then watch it make guesses, and provide feedback with 5-character strings made of b (black), y (yellow), or g (green):

  serai
> bbbgb
  canal
> bbbgg
  podal
> bybgg
  offal
>

That's right, offal. You can simply hit <enter> to accept a guess and terminate the program.

If for some reason a guess is rejected, you can issue the special feedback ! to ask for a new guess. In the previous example, let's say that podal is not recognized as a word, then:

  serai
> bbbgb
  canal
> bbbgg
  podal
> !
  dotal
> bybgg
  offal
>

About

Your diligent Wordle assistant, written in Julia

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages