I built a daily color guessing game. You're shown RGB values like (147, 83, 211) and try to pick what color that actually is.<p><pre><code> The scoring uses Euclidean distance in RGB space. New color every day. ...