Skip to content

A SwiftUI implementation of the classic card-matching game “Set”, built as a study in declarative UI, custom animations, and MVVM architecture. This project demonstrates clean SwiftUI layout, responsive state handling, and an exploration of custom geometric shape rendering — all without UIKit.

Notifications You must be signed in to change notification settings

SigridM/setGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A SwiftUI implementation of the classic card-matching game “Set”, built as a study in declarative UI, custom animations, and MVVM architecture. This project demonstrates clean SwiftUI layout, responsive state handling, and an exploration of custom geometric shape rendering — all without UIKit.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages