From 040ebd008dc9ad8976f0ed6b83b4fa64134f428b Mon Sep 17 00:00:00 2001 From: Tim Harper Date: Sun, 2 Feb 2025 01:45:52 -0700 Subject: [PATCH 1/2] Add GnomeClu zebra logic puzzle to the list --- _data/projects.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/_data/projects.json b/_data/projects.json index de5430ddf..e1cb62ef8 100644 --- a/_data/projects.json +++ b/_data/projects.json @@ -267,5 +267,10 @@ "url": "https://gitlab.com/mission-center-devs/mission-center", "app_id": "io.missioncenter.MissionCenter", "description": "Monitor system resources, apps and services" + }, + { + "name": "GnomeClu", + "url": "https://github.com/timcharper/GnomeClu", + "description": "Graphical Zebra Puzzle Logic Game, similar to Sudoku" } ] From da2eb1b13df55985555ee9eb57db3d1aea7b8a87 Mon Sep 17 00:00:00 2001 From: Tim Harper Date: Fri, 7 Feb 2025 07:45:32 -0700 Subject: [PATCH 2/2] Update projects.json --- _data/projects.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/projects.json b/_data/projects.json index e1cb62ef8..0fb82ce26 100644 --- a/_data/projects.json +++ b/_data/projects.json @@ -269,8 +269,8 @@ "description": "Monitor system resources, apps and services" }, { - "name": "GnomeClu", - "url": "https://github.com/timcharper/GnomeClu", + "name": "Mind Hunt", + "url": "https://github.com/timcharper/MindHunt", "description": "Graphical Zebra Puzzle Logic Game, similar to Sudoku" } ]