Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rudifa/ios-set
Learning SwiftUI: implement Set game
https://github.com/rudifa/ios-set
Last synced: 24 days ago
JSON representation
Learning SwiftUI: implement Set game
- Host: GitHub
- URL: https://github.com/rudifa/ios-set
- Owner: rudifa
- Created: 2021-11-15T17:38:31.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-17T21:40:44.000Z (almost 2 years ago)
- Last Synced: 2024-10-06T01:41:21.984Z (about 1 month ago)
- Language: Swift
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learning SwiftUI
from Professor Paul Hegarty, Stanford University CS193p Spring 2021 course
This project implements the game app **Set** as required in [Assignment III: Set](https://cs193p.sites.stanford.edu/sites/g/files/sbiybj16636/files/media/file/assignment_3_0.pdf).
Rules of the **Set** game are described [here](https://en.wikipedia.org/wiki/Set_(card_game)).
Implemented:
- most of Assignment III requirements
- simple time and score keeping
- cheat
- iOS and macOS targets![](Screenshot-2023-01-17-418px.jpg)
![](Simulator-iPhone-14-2023-01-17-418px.png)