From 22f382eb2baff2d7d40872adde410fec9a7ebed7 Mon Sep 17 00:00:00 2001 From: Danqing Liu Date: Mon, 11 Jul 2016 18:07:16 -0700 Subject: [PATCH] Add 2048 by @danqing (#359) --- contents.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/contents.json b/contents.json index 79b57f95..ef281b9b 100644 --- a/contents.json +++ b/contents.json @@ -5037,6 +5037,13 @@ "source": "https://github.com/tananaev/traccar-manager-ios", "itunes": "https://itunes.apple.com/us/app/traccar-manager/id1113966562", "stars": 0 + }, + { + "title": "2048 in Objective-C", + "category": "games", + "license": "mit", + "source": "https://github.com/danqing/2048", + "stars": 803 } ] }