From 50a45dfa549ce7a65b1de658bdebb782c86debda Mon Sep 17 00:00:00 2001 From: PierreVelluet Date: Tue, 2 Jun 2026 18:55:58 +0400 Subject: [PATCH 1/3] Add StatesQuest and TerraeQuest --- src/lib/data/dles.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/lib/data/dles.json b/src/lib/data/dles.json index a15c0eea..974d5ec4 100644 --- a/src/lib/data/dles.json +++ b/src/lib/data/dles.json @@ -4064,6 +4064,12 @@ "category": "Geography", "id": 367 }, + { + "name": "StatesQuest", + "url": "https://statesquest.com", + "description": "Guess the US state based on its statistics in 4 daily modes.", + "category": "Geography" + }, { "name": "StatPad Game", "url": "https://www.statpadgame.com", @@ -4242,6 +4248,12 @@ "theme": "Terraria", "id": 382 }, + { + "name": "TerraeQuest", + "url": "https://terraequest.com", + "description": "Guess the country based on its statistics (population, area, GDP…) in 4 daily modes.", + "category": "Geography" + }, { "name": "Terraformation", "url": "https://puzzmallow.com/terraformation", From ffc86f8681a85e532dd8d96ef8b8318e2e748357 Mon Sep 17 00:00:00 2001 From: PierreVelluet Date: Thu, 18 Jun 2026 08:51:29 +0400 Subject: [PATCH 2/3] Add HistoriaQuest, MetrosQuest and AtomixQuest --- src/lib/data/dles.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/lib/data/dles.json b/src/lib/data/dles.json index 974d5ec4..f6215d95 100644 --- a/src/lib/data/dles.json +++ b/src/lib/data/dles.json @@ -157,6 +157,12 @@ "category": "Miscellaneous", "id": 13 }, + { + "name": "AtomixQuest", + "url": "https://atomixquest.com", + "description": "Guess the chemical element based on its properties (atomic mass, melting point, electronegativity…) in 5 daily modes.", + "category": "Science/Nature" + }, { "name": "Avatardle", "url": "https://avatardle.com", @@ -1883,6 +1889,12 @@ "category": "Shapes/Patterns", "id": 169 }, + { + "name": "HistoriaQuest", + "url": "https://historiaquest.com", + "description": "Guess where historical figures, inventions and events belong on the timeline — drag and drop to the right date.", + "category": "History" + }, { "name": "Historydle", "url": "https://historydle.com", @@ -2527,6 +2539,12 @@ "category": "Science/Nature", "id": 226 }, + { + "name": "MetrosQuest", + "url": "https://metrosquest.com", + "description": "Guess the world capital based on its stats (altitude, metro lines, skyscrapers, population…) in 5 daily modes.", + "category": "Geography" + }, { "name": "Minecraftle", "url": "https://minecraftle.zachmanson.com", From 3d2b32373de58449a6c184d2244afcd4ac32169e Mon Sep 17 00:00:00 2001 From: Pierre Velluet Date: Sun, 12 Jul 2026 11:55:48 +0400 Subject: [PATCH 3/3] Update dles.json by adding Heatmapquest --- src/lib/data/dles.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/lib/data/dles.json b/src/lib/data/dles.json index f6215d95..7b972512 100644 --- a/src/lib/data/dles.json +++ b/src/lib/data/dles.json @@ -1860,6 +1860,12 @@ "category": "Music", "id": 165 }, + { + "name": "HeatMapQuest", + "url": "https://heatmapquest.com", + "description": "Guess which statistic is represented on a color-coded 3D globe of the world in 4 daily rounds.", + "category": "Geography" + }, { "name": "hello wordl", "url": "https://hellowordl.net/?today", @@ -5110,4 +5116,4 @@ "category": "Video Games", "id": 454 } -] \ No newline at end of file +]