Dan Anderson @dandersod.recursiveprocess.com · Jan 28

Now the script uses a Binary Search for each channel. It keeps Green and Blue steady while jumping through Red values (e.g., trying 125, then 190). If the score goes up, it narrows the search higher; if not, it goes lower. Once Red is "peaked," it moves to Green, then Blue. It worked today!

0 likes 1 replies

?

Replies

Dan Anderson · Jan 28

Want to try it? Here is the Python solver and the CSV containing the 30k+ color names it uses to find "typeable" guesses. Code: appdevtools.com/pastebin/KBC... Colors: appdevtools.com/pastebin/0Qt... (put this in a colornames.csv file)