Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jekyllstein/wordle-notebooks
Pluto notebooks for experimenting with tools to help with wordle style games
https://github.com/jekyllstein/wordle-notebooks
dictionary julia julia-language julialang pluto pluto-notebooks wordle wordle-solver
Last synced: 8 days ago
JSON representation
Pluto notebooks for experimenting with tools to help with wordle style games
- Host: GitHub
- URL: https://github.com/jekyllstein/wordle-notebooks
- Owner: jekyllstein
- Created: 2022-08-14T01:44:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-26T04:46:31.000Z (10 months ago)
- Last Synced: 2024-02-26T05:39:59.604Z (10 months ago)
- Topics: dictionary, julia, julia-language, julialang, pluto, pluto-notebooks, wordle, wordle-solver
- Language: HTML
- Homepage:
- Size: 131 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wordle-Notebooks
Pluto notebooks for experimenting with tools to help with wordle style games# View Instructions
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.# Local Run Instructions
## Dependencies
julia version 1.7
See language install options at the [Official JuliaLang Website](https://julialang.org)
## Steps
1. Download the notebook: `word_constraints.jl`
2. Open julia REPL in the directory containing the notebook
2. Run Pluto to open the notebook
```julia
julia> using Pluto
julia> Pluto.run(notebook="word_constraints.jl")
```