This is a SwiftUI-based implementation of the classic Set card game, created as a personal learning project.
- Interactive interface for selecting and matching sets
- Visual feedback for valid/invalid selections
- MVC → MVVM refactoring practice
- Pure SwiftUI implementation (no UIKit)
- Swift 5
- SwiftUI
- MVVM Architecture
- Xcode 15 (2025 update)
-
Clone this repository:
git clone https://github.com/SigridM/setGame.git
-
Open the
SetGame.xcodeprojfile in Xcode. -
Run the project on Simulator or device.
This project is released under the MIT License. See the LICENSE file for details.