From 76606520d507c9ce79efbf6436eb6d624b192ef8 Mon Sep 17 00:00:00 2001 From: Charles Sanford Date: Fri, 24 Jul 2026 11:33:44 -0500 Subject: [PATCH] Add Spectrle to the dles list Spectrle is a free daily puzzle where you guess a movie from its color spectrum: the whole film sampled, compressed, and rendered as a radial gradient. Five guesses; each miss adds a clue and redraws the spectrum from fewer, wider frames until it resolves into recognizable stills. Filed under Movies/TV alongside Framed and CineNerdle. It also has a daily video game puzzle, but the list keeps one entry per game, so the Video Games mode is mentioned in the description instead. Co-Authored-By: Claude Opus 4.8 --- src/lib/data/dles.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/lib/data/dles.json b/src/lib/data/dles.json index 5293936e..d220e4f8 100644 --- a/src/lib/data/dles.json +++ b/src/lib/data/dles.json @@ -4019,6 +4019,12 @@ "category": "Words", "id": 349 }, + { + "name": "Spectrle", + "url": "https://spectrle.games", + "description": "Guess the movie from its color spectrum - the whole film compressed into one radial gradient. Each wrong guess adds a clue and redraws it from fewer, wider frames. Includes a daily video game puzzle and The Grid, a nine-spectrum matching mode.", + "category": "Movies/TV" + }, { "name": "Spell Bee", "url": "https://www.spell-bee.com/game-daily.html",