An open API service indexing awesome lists of open source software.

https://github.com/lostella/worjle

Your diligent Wordle assistant, written in Julia
https://github.com/lostella/worjle

julia julia-language wordle wordle-solver

Last synced: 8 months ago
JSON representation

Your diligent Wordle assistant, written in Julia

Awesome Lists containing this project

README

          

# Worjle

Your diligent Wordle assistant, written in Julia.

## Usage

Start the program with

```bash
$ 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](https://en.wikipedia.org/wiki/Offal).
You can simply hit `` 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
>