Giter Club home page Giter Club logo

wordle_solver's Introduction

LinkedIn Badge

Hi there ๐Ÿ‘‹

I like solving complex problems.

Projects ๐Ÿ‘ทโ€โ™‚๏ธ

  • RealEstateContent.ai ๐Ÿ  - All in one social media content scheduler for Real Estate with automatic content generation using AI
  • ArpeggiU ๐ŸŽธ - Music tablature app, built with advanced AI to allow you to create music easier

Latest Blog Posts ๐Ÿ“

Github ๐Ÿ“ˆ

Ben's GitHub Stats

Technologies & Tools ๐Ÿ”ง

wordle_solver's People

Contributors

bellerb avatar bhbmaster avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

wordle_solver's Issues

letter occurence

Hi Ben,

I stumbled onto your project when trying to do wordle (just the game, no ai involved) for myself with my limited (and not pythonic in any way) coding skills.
The issue I'm raising is when you have the same letter occurring twice in a word you have guessed.
I was browsing for a solution to the problem when I came across your code.

Let's say the correct word is 'ready' and your guess is 'verse' the output would be 'Y' 'G' 'B' 'B' 'Y'.
So, that last 'Y' for the second e should be a 'B', as there are not two e's in 'ready'.

There should be some universal way of checking if a letter occurs twice (or more) either in the word or in the guess.

Error in Game Assist

Have tried out your interesting code and adapted it to Swedish. Getting the following error when trying 'Game Assist' mode:

GAME ASSIST ACTIVATED

Traceback (most recent call last):
File "/Users/Bengt/wordle_solver-main/main.py", line 65, in
game = Wordle(
File "/Users/Bengt/wordle_solver-main/wordle.py", line 8, in init
for l in word:
TypeError: 'NoneType' object is not iterable

Word bank length

The medium page states that there are 15917 words

Our word bank starts with 15917 words giving us an initial probability of only 0.0063%

but the data/words.csv file has 2311. Is the medium page out of date?

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.