Skip to content

br-wa/wordle-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wordle-bot

bot that plays wordle. instructions for use:

  1. download list of words (e.g. from here) and possibly run clean.py to keep only words of length 5
  2. run basic_guess.py or minimax_guess.py (the bot will only guess words from the provided list)

it's pretty straightforward to build a program that lets you play wordle, but in the spirit of the game i will not include one here. go make one yourself if you so desire :)

methods

currently, the bot assumes adversarial play from the computer, and does a depth 2 minimax search with some pruning to determine optimal moves. sadly, it takes 5 turns to beat absurdle.

About

bot that plays wordle

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published