Git Product home page Git Product logo

Comments (2)

0x6772 avatar 0x6772 commented on July 23, 2024

If you're trying to do what I think you're trying to do, you're better off rescoring after seeing the results from the prior guess (that is, filter out everything that doesn't meet the correct letters, does include the wrong letters, and includes the "move" letters in exactly the position they're in), since the letter frequency per position will have changed. This takes under a second in Python 3.7 on the 1.8 GHz Dual-Core Intel Core i5 in my aging MacBook Air: precalculating the lists doesn't make much sense.

from wordle-list.

tabatkins avatar tabatkins commented on July 23, 2024

Letter frequencies aren't really that useful here; it's a reasonable first approximation, but doesn't get you all the way there, and past the first guess will actively mislead you in optimal play. See explanations like https://www.youtube.com/watch?v=v68zYyaEmEA from 3b1b.

Or for more hands-on example, see the source code for https://wordle-analyzer.com/ at https://github.com/jakearchibald/wordle-analyzer, which does something similar to what 3b1b talked about in their video.

Anyway, all this isn't the point of this repo; I intend it purely as an informational resource to let people (mostly, me) get access to all possible 5-letters words that Wordle will accept as guesses.

from wordle-list.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.