Giter VIP home page Giter VIP logo

wordle's Introduction

Wordle helper

The program wordle.py is a helper for playing Wordle. Given a list of correct letters, hints, and earlier guesses, it outputs words that fit the puzzle. New dictionaries can be added in dicts/ - currently only Dutch and English are supported.

For usage, run python wordle.py, without any arguments.

Tests

Run python -m unittest from the project root to exercise the test cases.

wordle's People

Contributors

n-wouda avatar

Watchers

 avatar

wordle's Issues

Excluding possibilities based on guesses

Love that you did this small tools without external dependencies. It's a reminder that simplicity is something to strive for ๐Ÿ˜„.

I was thinking of the following improvement. If the guess contains a letter that is in hints but the user mentions that this letter is not in the correct place (so not in known), then other words cannot have this letter in the same location.

As an example, say known = "*****", hints = "OLN", and guesses = ["PEARS","HUMID","COLON"]thenwordle.py` gives the following options as of now:

BLOWN
FLONG
FLOWN
FONLY
KLONG
KNOLL
LOONY
NYLON
NOBLY
NONYL
NONLY
XYLON

However, BLOWN, FLOWN, FONLY, NYLON, NOBLY, NONYL, NONLY, and XYLON can be excluded since an O at place 2 or 4 and N at place 5 is not allowed. That leaves us with just FLONG, KLONG and KNOLL.

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.