https://github.com/aurelienhbts/plutowordle
Simple Wordle Solver and game on Pluto
https://github.com/aurelienhbts/plutowordle
julia pluto-notebooks wordle-game wordle-solver
Last synced: over 1 year ago
JSON representation
Simple Wordle Solver and game on Pluto
- Host: GitHub
- URL: https://github.com/aurelienhbts/plutowordle
- Owner: aurelienhbts
- License: mit
- Created: 2024-05-18T14:15:04.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-21T10:03:24.000Z (about 2 years ago)
- Last Synced: 2025-03-14T10:14:25.384Z (over 1 year ago)
- Topics: julia, pluto-notebooks, wordle-game, wordle-solver
- Language: Julia
- Homepage:
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PlutoWordle
Little project: A Wordle Solver
There are 8258 words of 5 letters in the English dictionary (at least on the file that I received during a course at the university) but only 2315 are allowed in the original version of the game.
I found all the words I use here on the website of the Departement of Mathematics of The University of Texas at Austin (https://web.ma.utexas.edu/users/rusin/wordle/official).
I have added a **file called 'Wordle.txt'**, please **save it in the same folder as the notebook**.