Wordle_decoder Alternatives
Similar projects and alternatives to wordle_decoder
-
wordle-solver
Solve wordle and its variations (nerdle, crosswordle, squareword, duordle, quordle, octordle) (by razimantv)
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
-
mastermind_generator
Fully customizable mastermind game generator. Supports custom items, multiplayer, timers, and etc.
-
python-wordle
Wordle in Python -- Game, Solver and Helper! Play Wordle on the terminal. Optionally, let WordleSolver play it out for you! Use WordleSolver's help for solving your Wordles provided by other platforms.
-
wordle_decoder discussion
wordle_decoder reviews and mentions
-
Show HN: I built a Wordle decoder that guesses your guesses
The base confidence score is determined based on how many words a guess technically could be, that's here - https://github.com/mattruzicka/wordle_decoder/blob/0bfd7eaac...
Then, I sort of just willy nilly add/subtract from that based on the "intrinsic" score of the word which is computed here - https://github.com/mattruzicka/wordle_decoder/blob/0bfd7eaac... and then the "contextualized" score AKA how well it works with other words, which is computed here - https://github.com/mattruzicka/wordle_decoder/blob/0bfd7eaac...
- I wrote a Wordle decoder that guesses your guesses in Ruby.
Stats
mattruzicka/wordle_decoder is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
The primary programming language of wordle_decoder is Ruby.