1carvercoleman / wordle-solver

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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:R 100.0%