wordle-solver VS wordle_decoder

Compare wordle-solver vs wordle_decoder and see what are their differences.

wordle-solver

Solve wordle and its variations (nerdle, crosswordle, squareword, duordle, quordle, octordle) (by razimantv)

wordle_decoder

A Wordle decoder that guesses your guesses. (by mattruzicka)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
wordle-solver wordle_decoder
1 4
6 40
- -
2.8 0.0
8 months ago about 2 years ago
C++ Ruby
MIT License GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

wordle-solver

Posts with mentions or reviews of wordle-solver. We have used some of these posts to build our list of alternatives and similar projects.

wordle_decoder

Posts with mentions or reviews of wordle_decoder. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-03-05.
  • Show HN: I built a Wordle decoder that guesses your guesses
    3 projects | news.ycombinator.com | 5 Mar 2022
    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.
    1 project | /r/ruby | 5 Mar 2022

What are some alternatives?

When comparing wordle-solver and wordle_decoder you can also consider the following projects:

wordle_solver - Wordle solver using letter position probability in python 3

wordle-solver-haskell - solve a wordle with haskell

parolottero - Word game similar to Boggle and Ruzzle

wordle - multiplayer wordle

WordleDS - A clone of Wordle for the Nintendo DS(i)

wordle - Ruby implementation of Wordle

dordle - Wordle Clone in Rails using Stimulus Reflex