From 50842484ae36f6c60a89b5803dcbe2a432d23ed4 Mon Sep 17 00:00:00 2001 From: Andrea Coronese Date: Thu, 24 Aug 2023 11:52:34 +0200 Subject: [PATCH] Update projects.json Add game of life reference --- _data/projects.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/_data/projects.json b/_data/projects.json index 1ed3e9920..40b2856c9 100644 --- a/_data/projects.json +++ b/_data/projects.json @@ -71,6 +71,12 @@ "app_id": "com.lakoliu.Furtherance", "description": "Track your time without being tracked." }, + { + "name": "Game Of Life", + "url": "https://github.com/sixpounder/game-of-life", + "app_id": "com.github.sixpounder.GameOfLife", + "description": "Play Conway's Game of Life" + }, { "name": "gerb", "url": "https://github.com/epilys/gerb",