From b29f21b0f1ef04a955eaf5c429cf4c3c7f4fe4c5 Mon Sep 17 00:00:00 2001 From: dkhamsing Date: Tue, 5 May 2020 07:41:59 -0700 Subject: [PATCH] Add TicTacToe by @pointfreeco --- contents.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/contents.json b/contents.json index 6cce58e2..1dbcdc49 100644 --- a/contents.json +++ b/contents.json @@ -19908,6 +19908,20 @@ "screenshots": ["https://i.imgur.com/VKbP0Se.png"], "suggested_by": "@dkhamsing", "date_added": "May 4 2020" + }, + { + "title": "TicTacToe", + "description": "Demonstrate how to build a full, moderately complex application in the Composable Architecture", + "category-ids": [ + "sample" + ], + "tags": [ + "swift" + ], + "license": "mit", + "source": "https://github.com/pointfreeco/swift-composable-architecture/tree/master/Examples/TicTacToe", + "suggested_by": "@dkhamsing", + "date_added": "May 4 2020" } ] }