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
- Host: GitHub
- URL: https://github.com/lostella/worjle
- Owner: lostella
- Created: 2022-01-23T08:07:10.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-25T13:10:31.000Z (over 4 years ago)
- Last Synced: 2025-10-06T02:41:32.530Z (8 months ago)
- Topics: julia, julia-language, wordle, wordle-solver
- Language: Julia
- Homepage:
- Size: 115 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
>