From 899397d9eb519ec4770ffe66e26881691ff3554e Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 25 Sep 2026 21:56:43 +0800 Subject: [PATCH 1/3] Add 1 Million Emojis --- data/projects.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/data/projects.json b/data/projects.json index 2b23431..8987d3d 100644 --- a/data/projects.json +++ b/data/projects.json @@ -13178,6 +13178,16 @@ "language": "TypeScript", "stars": 0, "added": "2026-09-24" + }, + { + "name": "1 Million Emojis", + "repo": "cwdx/1-million-emojis", + "site": "https://chriswijnia.com/experiments/emoji", + "description": "A shared canvas of a million emoji cells, live for everyone, where Jev paints the next cell as one Choice over named emoji drawn from the strip around it.", + "category": "demos", + "language": "TypeScript", + "stars": 0, + "added": "2026-09-25" } ] } From 2d86a708a1eb5f30279aa4660a01c3261835355e Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 25 Sep 2026 22:20:53 +0800 Subject: [PATCH 2/3] 1 Million Emojis: describe the 2D canvas and Jev joining strokes --- data/projects.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/projects.json b/data/projects.json index 8987d3d..b966eb6 100644 --- a/data/projects.json +++ b/data/projects.json @@ -13183,7 +13183,7 @@ "name": "1 Million Emojis", "repo": "cwdx/1-million-emojis", "site": "https://chriswijnia.com/experiments/emoji", - "description": "A shared canvas of a million emoji cells, live for everyone, where Jev paints the next cell as one Choice over named emoji drawn from the strip around it.", + "description": "A shared 1000 × 1000 emoji canvas, live for everyone, where Jev joins each stroke by choosing a square next to it and its emoji as one Choice.", "category": "demos", "language": "TypeScript", "stars": 0, From fdd1f2aafee32163de1aa3d7bb220b7acf1c3ae0 Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 25 Sep 2026 23:07:23 +0800 Subject: [PATCH 3/3] 1 Million Emojis: under games --- data/projects.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/projects.json b/data/projects.json index b966eb6..c95038f 100644 --- a/data/projects.json +++ b/data/projects.json @@ -13184,7 +13184,7 @@ "repo": "cwdx/1-million-emojis", "site": "https://chriswijnia.com/experiments/emoji", "description": "A shared 1000 × 1000 emoji canvas, live for everyone, where Jev joins each stroke by choosing a square next to it and its emoji as one Choice.", - "category": "demos", + "category": "games", "language": "TypeScript", "stars": 0, "added": "2026-09-25"