From c66f2c01031bb0917fe4a876eb547e0ba9bfc9b0 Mon Sep 17 00:00:00 2001 From: Maksim Khrapov Date: Sat, 18 Jan 2020 10:23:56 -0600 Subject: [PATCH] Adding Ultimate Peg Solitaire --- contents.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/contents.json b/contents.json index 3562bf25..4cd1a5ba 100644 --- a/contents.json +++ b/contents.json @@ -18440,6 +18440,25 @@ "date_added": "Jan 12 2020", "suggested_by": "@minhloi", "stars": 50 + }, + { + "title": "Ultimate Peg Solitaire", + "category-ids": [ + "game" + ], + "description": "A famous puzzle game", + "source": "https://github.com/mkhrapov/ultimate-peg-solitaire", + "homepage": "https://www.ultimatepegsolitaire.com/", + "itunes": "https://apps.apple.com/app/id1463982222", + "license": "apache-2.0", + "tags": [ + "swift" + ], + "screenshots": [ + "https://raw.githubusercontent.com/mkhrapov/ultimate-peg-solitaire/master/img/UPS400.png" + ], + "date_added": "Jan 18 2020", + "suggested_by": "@mkhrapov" } ] }