From 87e37f74bc4bf3bc8177bd01a60130f6a1fa3e43 Mon Sep 17 00:00:00 2001 From: caleb0 Date: Fri, 19 Aug 2016 15:14:03 +0800 Subject: [PATCH 1/4] Update contents.json --- contents.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/contents.json b/contents.json index 97ad2460..fde54d94 100644 --- a/contents.json +++ b/contents.json @@ -1817,6 +1817,15 @@ "date_added": "Sat May 23 08:28:22 2015 -0700", "suggested_by": "@dkhamsing" }, + { + "title": "SwiftSnake", + "category": "spritekit", + "description": "'Snake' clone in Swift", + "source": "https://github.com/caleb0/SwiftSnake", + "screenshots": "https://camo.githubusercontent.com/370bc54e73743a854b195cbfc60f4bf2dc45a4d4/687474703a2f2f692e696d6775722e636f6d2f48437a4743746e2e706e6725323253637265656e73686f74253232", + "date_added": "Aug 19th 2016", + "suggested_by": "@caleb0" + } { "title": "Hodor", "category": "keyboard", From ee446205882dc37f5c174c8557769d296ef60dee Mon Sep 17 00:00:00 2001 From: caleb0 Date: Fri, 19 Aug 2016 15:16:20 +0800 Subject: [PATCH 2/4] Update contents.json --- contents.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contents.json b/contents.json index fde54d94..49f49ae1 100644 --- a/contents.json +++ b/contents.json @@ -1825,7 +1825,7 @@ "screenshots": "https://camo.githubusercontent.com/370bc54e73743a854b195cbfc60f4bf2dc45a4d4/687474703a2f2f692e696d6775722e636f6d2f48437a4743746e2e706e6725323253637265656e73686f74253232", "date_added": "Aug 19th 2016", "suggested_by": "@caleb0" - } + }, { "title": "Hodor", "category": "keyboard", From 9fd62980562ba9a959482a7f0fe9fc532d58b957 Mon Sep 17 00:00:00 2001 From: caleb0 Date: Fri, 19 Aug 2016 15:20:31 +0800 Subject: [PATCH 3/4] Update contents.json --- contents.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contents.json b/contents.json index 49f49ae1..fda11061 100644 --- a/contents.json +++ b/contents.json @@ -1822,7 +1822,7 @@ "category": "spritekit", "description": "'Snake' clone in Swift", "source": "https://github.com/caleb0/SwiftSnake", - "screenshots": "https://camo.githubusercontent.com/370bc54e73743a854b195cbfc60f4bf2dc45a4d4/687474703a2f2f692e696d6775722e636f6d2f48437a4743746e2e706e6725323253637265656e73686f74253232", + "screenshots": "http://i.imgur.com/mBi9Jfj.png", "date_added": "Aug 19th 2016", "suggested_by": "@caleb0" }, From 1eceab21d6444e06e9acce592395c76898a23573 Mon Sep 17 00:00:00 2001 From: Daniel Khamsing Date: Mon, 22 Aug 2016 07:40:31 -0700 Subject: [PATCH 4/4] Update SwiftSnake --- contents.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/contents.json b/contents.json index fda11061..9199e641 100644 --- a/contents.json +++ b/contents.json @@ -1820,9 +1820,13 @@ { "title": "SwiftSnake", "category": "spritekit", - "description": "'Snake' clone in Swift", + "description": "Snake clone", "source": "https://github.com/caleb0/SwiftSnake", - "screenshots": "http://i.imgur.com/mBi9Jfj.png", + "screenshots": ["http://i.imgur.com/mBi9Jfj.png"], + "license": "other", + "tags": [ + "swift" + ], "date_added": "Aug 19th 2016", "suggested_by": "@caleb0" },