From 0d49ba60bc2248a0dbef5d766f33ef284b67e8d1 Mon Sep 17 00:00:00 2001 From: mshll Date: Sat, 7 Jan 2023 06:28:37 +0300 Subject: [PATCH] Add Color Way --- contents.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/contents.json b/contents.json index 4e942b1c..a6563a97 100644 --- a/contents.json +++ b/contents.json @@ -29910,6 +29910,28 @@ "license": "mit", "date_added": "Jan 4 2023", "suggested_by": "@Sendeky" + }, + { + "title": "Color Way", + "category-ids": [ + "game", + "spritekit" + ], + "description": "A fast-paced 2D game where you navigate colored barriers that match your color.", + "source": "https://github.com/mshll/Color-Way", + "license": "mit", + "tags": [ + "swift" + ], + "screenshots": [ + "https://user-images.githubusercontent.com/17913113/211129119-1e304b4c-f1e7-42d3-8e41-b25503e71126.PNG", + "https://user-images.githubusercontent.com/17913113/211129116-432d635b-89a5-450e-a1be-177fff78d3e4.PNG", + "https://user-images.githubusercontent.com/17913113/211129115-e647ce29-151b-424c-b46c-8f130f99a857.PNG", + "https://user-images.githubusercontent.com/17913113/211129113-41f4ad1a-041a-40f7-a86c-256a49132e81.PNG", + "https://user-images.githubusercontent.com/17913113/211129104-148bee36-020f-45f7-a579-317785df5dbf.PNG" + ], + "date_added": "Jan 6 2023", + "suggested_by": "@mshll" } ] }