Dan Anderson @dandersod.recursiveprocess.com · Feb 24

Ok, so I threw the task at AI again and it now guesses the color in three guesses using the same idea as my original hack at it. Code if interested: pastebin.com/ZrmfyhG2

0 likes 1 replies

?

Replies

Dan Anderson · Feb 24

It uses the first guess to get a 3D "distance" away from the goal color. Then it goes through the list of colors and creates a list of colors that is that same distance away from the original guess. It picks one of those colors and then finds all colors that are d1 from color 1, and d2 from color 2.