From 820636fb49d08eab85ee21c8f75f2ccfe3c28052 Mon Sep 17 00:00:00 2001 From: Max Khrapov Date: Fri, 14 Jun 2019 16:38:49 -0500 Subject: [PATCH] Add TicTacToe Ultimatum by @mkhrapov (#756) --- contents.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/contents.json b/contents.json index 6d2fc3a5..ae61f159 100644 --- a/contents.json +++ b/contents.json @@ -17755,6 +17755,19 @@ "screenshots": ["https://raw.githubusercontent.com/Dimillian/MovieSwiftUI/master/images/MovieSwiftUI.png"], "date_added": "June 13 2019", "suggested_by": "@dkhamsing" - } + }, + { + "title": "TicTacToe Ultimatum", + "category-ids": ["game"], + "description": "An open source clone of Ultimate Tic-Tac-Toe game", + "source": "https://github.com/mkhrapov/tictactoe-ultimatum", + "homepage": "https://www.tictactoeultimatum.com/", + "itunes": "https://apps.apple.com/app/id1463985601", + "license": "apache-2.0", + "tags": ["swift"], + "screenshots": ["https://raw.githubusercontent.com/mkhrapov/tictactoe-ultimatum/master/img/tictactoe-ultimatum.png"], + "date_added": "Jun 13 2019", + "suggested_by": "@mkhrapov" + } ] }