From aa6ee4ddfaef69e0c8ae2d45772e1c62f8235556 Mon Sep 17 00:00:00 2001 From: mthomason Date: Wed, 11 Dec 2024 14:57:10 -0500 Subject: [PATCH] Added Wordflick to the list. --- contents.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/contents.json b/contents.json index bbd4729eec71..d2bd6945dba2 100644 --- a/contents.json +++ b/contents.json @@ -32310,6 +32310,18 @@ "date_added": "Nov 29 2024", "suggested_by": "@chsxf", "screenshots": ["https://chsxf.dev/assets/posts/2/sktetris.png"] - } + }, { + "title": "Wordflick", + "category-ids": ["game"], + "description": "A fast-paced, addictive word game. Drag and drop letter tiles to the board and spell words.", + "source": "https://github.com/mthomason/wordflick-ios", + "license": "mit", + "date_added": "Dec 11 2024", + "suggested_by": "@mthomason", + "screenshots": [ + "https://raw.githubusercontent.com/mthomason/wordflick-ios/main/assets/screenshot-sim.png", + "https://raw.githubusercontent.com/mthomason/wordflick-ios/main/assets/foutput_320.gif" + ] + } ] }