From 595b82222c766d6c610583d9eaef2dfa254ceaa0 Mon Sep 17 00:00:00 2001 From: oliverhnat Date: Sun, 16 Apr 2023 15:12:16 +0200 Subject: [PATCH] Updated README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9610765..1c1cabb 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +![Set Game app Icon](https://github.com/olinpin/SetGame/blob/main/resources/AppIcon.png?raw=true) + + + ### Set Game This is an implementation of the Set card game in Swift using SwiftUI. The game is a matching game where players try to find sets of three cards that share the same properties (color, symbol, number, and shading) or differ in all of these properties. The game ends when there are no more sets on the table. ## Usage