From 5822a50de2771a2241bf950a0126257af4ed882a Mon Sep 17 00:00:00 2001 From: Neeldhara Misra Date: Tue, 21 Apr 2026 17:39:59 +0530 Subject: [PATCH] admin: override eternal-domination-game status to draft --- src/data/admin-data.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/data/admin-data.json b/src/data/admin-data.json index b7a6ee9..36f770e 100644 --- a/src/data/admin-data.json +++ b/src/data/admin-data.json @@ -1,5 +1,7 @@ { - "statusOverrides": {}, + "statusOverrides": { + "eternal-domination-game": "draft" + }, "notes": { "three-bank-accounts": "Implemented from idea. Three tabs: Play (sandbox), Explore (guided discovery with binary view), Solution (step-through algorithm). Uses KaTeX for math, canvas-confetti for celebrations.", "computing-pi": "Implemented from idea. Header row: slider (N runs) | running avg × 4 | Start/Reset. Grid of N tiles, each running an independent first-passage simulation; tiles use a right-aligned mask-fade for the marquee effect on long sequences. Click any stopped tile after completion → Dialog showing the full toss sequence. Safety cap of 1000 tosses per run (first-passage time has infinite expectation)."