Giter Club home page Giter Club logo

wordle's Introduction

wordle guess

a simple rust program to find the next best word for wordle based on existing guesses

Run the code

cargo +nightly run --release

Play the word suggested by the app in wordle and enter the result a 5 charachter string (b for black square, y for yello square and g for green square)

Sample

Potential words remaining : 12972
Play the word : Some(WordValue { word: "tares", value: 37331 })
Enter result
bbyyb
Potential words remaining : 243
Play the word : Some(WordValue { word: "irone", value: 497 })
Enter result
ygbgg
Potential words remaining : 3
Play the word : Some(WordValue { word: "brick", value: 6 })
Enter result
gggbb
Potential words remaining : 1
Play the word : Some(WordValue { word: "brine", value: -1 })
Enter result
ggggg
Result obtained in 4 tries

wordle's People

Contributors

namiliy avatar

Watchers

 avatar

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.