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

Implement strategy to use valid entries #5

Open archy-bold opened 2 years ago

archy-bold commented 2 years ago

Strategy that uses the valid entries list as well as solutions.

archy-bold commented 2 years ago

Done with MinMax

archy-bold commented 2 years ago

Could a chat frequency strategy use these too?

archy-bold commented 2 years ago

Char freq strategy just off freq, not position Hard mode MinMax strat

archy-bold commented 2 years ago

MinMax hard mode Specify second word (worked out from optimum)