Skip to content

This code will solve the daily wordle with an average of 3.6 guesses. It guesses the word that partitions the sample space the best.

License

Notifications You must be signed in to change notification settings

1carvercoleman/wordle-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wordle-solver

This code (wordle.R) will solve the daily wordle with an average of 3.6 guesses using only base R. It guesses the word that partitions the sample space the best. The file tester.R is also included which simulates the gameplay with a given first guess.

About

This code will solve the daily wordle with an average of 3.6 guesses. It guesses the word that partitions the sample space the best.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages