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

