Set Game

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

  1. Clone this repository:

     git clone https://github.com/SigridM/setGame.git
    
  2. Open the SetGame.xcodeproj file in Xcode.

  3. Run the project on Simulator or device.

Screenshots

Screenshot 2025-11-19 at 7 26 59 AM Screenshot 2025-11-19 at 7 27 05 AM Screenshot 2025-11-18 at 2 36 21 PM Screenshot 2025-11-19 at 7 26 36 AM

License

This project is released under the MIT License. See the LICENSE file for details.

Leave a Reply

Your email address will not be published. Required fields are marked *