Javascript program that automatically solves Wordle based on information entropy.
- Git clone this project and run "npm run build"
- Go to https://www.powerlanguage.co.uk/wordle/
- Open console
- Copy the content in dist/bundle.js to the console and run
Thanks to 3Blue1Brown's video, Solving Wordle using information theory https://www.youtube.com/watch?v=v68zYyaEmEA
There is still some features haven't implemented:
- consider the cost of guessing at certain round.
- applying sigmoid function to the word frequency map