Solving Wordle using information theory
Go to file
Kelvin Ly cae333e3a1 Add a slight bias towards words that are also valid guesses 2023-05-13 08:31:17 -04:00
wordle_opt Add a slight bias towards words that are also valid guesses 2023-05-13 08:31:17 -04:00
.gitignore Looks like we've got meaningful communication between Rust and JavaScript, time for some refactoring 2023-05-12 12:20:11 -04:00
Makefile Looks like we've got meaningful communication between Rust and JavaScript, time for some refactoring 2023-05-12 12:20:11 -04:00
valid-wordle-words.txt Get basic functions working; TODO map to some kind o UI 2023-05-10 22:44:59 -04:00
wordle-wasm.htm Add a slight bias towards words that are also valid guesses 2023-05-13 08:31:17 -04:00
wordle.htm Add a WASM version of the wordle solver; it seems to be fairly faster 2023-05-13 03:53:02 -04:00
wordle.js Add a WASM version of the wordle solver; it seems to be fairly faster 2023-05-13 03:53:02 -04:00
wordle_opt.wasm Add a slight bias towards words that are also valid guesses 2023-05-13 08:31:17 -04:00
wordle_shim.js Add a WASM version of the wordle solver; it seems to be fairly faster 2023-05-13 03:53:02 -04:00