Pluto notebooks for experimenting with tools to help with wordle style games
To view the notebook download word_constraints.jl.html
and open with a web browser.
From there you can click Edit or run this notebook
in the upper right corner for addtional instructions.
julia version 1.7 See language install options at the Official JuliaLang Website
- Download the notebook:
word_constraints.jl
- Open julia REPL in the directory containing the notebook
- Run Pluto to open the notebook
julia> using Pluto julia> Pluto.run(notebook="word_constraints.jl")