Skip to content

JihunKimCode/Wordle-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wordle Solver

Using the Bayesian Algorithm, make a model to play Wordle. Our Bayesian model can find the target word in 3.87 on average.

Also, check the web version of this! https://jihunkimcode.github.io/Wordle-Solver-Web/

Works Flow

Dataset

Main Goal

  1. Random guess from list (whole word list).
  2. Feedback based on the letter location (yellow, green, gray).
  3. Go back and guess with the feedback information.
  4. Find the best word to start.

Our Model

  • Models/play_wordle_reduced_bestword.ipynb
    • Run model along with training and testing phase to find and test the best starting word
  • Wordle Player/simulator_with_userinput.py
    • You already choose the best starting word
      • Fix line 57 to use your start word.
    • Just want to test the Bayesian Algorithm we implemented

About

Wordle solver using machine learning

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •