archy-bold / wordle-go

A go-based Wordle implementation for the command-line. Can also solve and benchmark strategies.
GNU General Public License v3.0
1 stars 0 forks source link

Strategy that uses second attempt to eliminate letters #6

Open archy-bold opened 2 years ago

archy-bold commented 2 years ago

Strategy that determines word 2 based on how best to eliminate more letters ie none matching first

archy-bold commented 2 years ago

Done with the MinMax strategy, but perhaps one can be done based on char frequency?

archy-bold commented 2 years ago

Add a property on the CharFrequencyStrategy to choose a different ranking function.