manuelamador / Wordle_helper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wordle_helper

Simple program to solve Wordle puzzles. Written in Julia 1.7.

The algorithm finds the next guess that minimizes the expected number of words that remain after the guess has been tried.

See jupyter notebook, examples.ipynb, for details and examples.

To run the script, navigate to this folder with the prompt and type:

> julia -t auto solve_a_game.jl 

To run it in hard mode, do

> julia -t auto solve_a_game.jl hard_mode 

About


Languages

Language:Jupyter Notebook 67.4%Language:Julia 32.6%