GillesVandewiele / Wordle-Bot

An entropy-based strategy to wordle
MIT License
27 stars 12 forks source link

Switch entropy logic #14

Closed woctezuma closed 1 year ago

woctezuma commented 2 years ago

This commit builds upon #13, and aims to follow the strategy described in https://github.com/GillesVandewiele/Wordle-Bot/issues/9#issuecomment-1193172701 for the computation of entropy.

I would need to test the software to check if I did not break anything with my changes.