From c89ea7b6cd373102447d0754c202b8b94ae3b7ef Mon Sep 17 00:00:00 2001 From: Christophe SAUVEUR Date: Fri, 29 Nov 2024 20:18:07 +0100 Subject: [PATCH] Add SKTetris by @chsxf (#1683) --- contents.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/contents.json b/contents.json index 0816a697..a88a7644 100644 --- a/contents.json +++ b/contents.json @@ -32251,6 +32251,15 @@ "license": "other", "date_added": "Nov 27 2023", "suggested_by": "@dkhamsing" - } + }, + { + "title": "SKTetris", + "category-ids": ["spritekit"], + "description": "SKTetris is an educational project for developers learning how to use Apple's SpriteKit 2D framework. This is a partial recreation of the Tetris game", + "source": "https://github.com/chsxf/SKTetris", + "date_added": "Nov 29 2024", + "suggested_by": "@chsxf", + "screenshots": ["https://chsxf.dev/assets/posts/2/sktetris.png"] + } ] }