https://github.com/saptak625/wordlesolver
Entropy-Optimized Wordle Solver inspired by 3Blue1Brown's Modern Information Theory Video.
https://github.com/saptak625/wordlesolver
information-entropy information-theory wordle wordle-helper wordle-python wordle-solver
Last synced: 11 months ago
JSON representation
Entropy-Optimized Wordle Solver inspired by 3Blue1Brown's Modern Information Theory Video.
- Host: GitHub
- URL: https://github.com/saptak625/wordlesolver
- Owner: Saptak625
- Created: 2022-02-09T01:51:06.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-09T02:34:45.000Z (about 4 years ago)
- Last Synced: 2025-02-02T01:38:15.111Z (about 1 year ago)
- Topics: information-entropy, information-theory, wordle, wordle-helper, wordle-python, wordle-solver
- Language: Python
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WordleSolver
Entropy-Optimized Wordle Solver inspired by 3Blue1Brown's Modern Information Theory Video.
## Other Languages
Currently, the source code is configured for German Wordle. However, this can easily be changed to other languages by replacing the solution search space for the language in the wordList.py file.