From 9df24f7fbe99c92bef9b34b025664aa5982ccc44 Mon Sep 17 00:00:00 2001 From: dkhamsing Date: Wed, 23 Sep 2020 09:15:15 -0700 Subject: [PATCH] Add SwiftUI-LifeGame by @YusukeHosonuma --- contents.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/contents.json b/contents.json index 2ed087c4..4fe05165 100644 --- a/contents.json +++ b/contents.json @@ -23407,6 +23407,24 @@ ], "date_added": "Sep 21 2020", "suggested_by": "dkhamsing" + }, + { + "title": "LifeGame", + "description": "Conway's Game of Life", + "category-ids": [ + "swiftui" + ], + "source": "https://github.com/YusukeHosonuma/SwiftUI-LifeGame", + "screenshots": ["https://github.com/YusukeHosonuma/SwiftUI-LifeGame/raw/main/Image/screenshot-ios.png"], + "license": "other", + "tags": [ + "swift", + "swiftui", + "ipad", + "macos" + ], + "date_added": "Sep 23 2020", + "suggested_by": "dkhamsing" } ] }