Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 725 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 725 Bytes

WordleBot

A bot that plays wordle games.

Try it

Try it out by going to webassembly.sh and entering wordlebot.

screenshot

How it works

The bot implements a greedy strategy that seeks to learn as much information as possible with every guess. To do this it chooses the word that maximizes the entropy of the score. If multiple words are equally good it chooses one that is also a plausible answer.

This strategy finds that optimal starting words include raise, soare and tares for absurdle, wordle and botfights respectively.