Your diligent Wordle assistant, written in Julia.
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 >