GitXplorerGitXplorer
p

CS193p-SetGame

public
4 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
0c7b8e83680345a9d76f5902a2124e8a018a2c2f

Handle end of game when all cards are gone

ppd95 committed 5 years ago
Unverified
19a91e321a457016267cf8f5249cb8f823f9c97c

Fix removal of cars

ppd95 committed 5 years ago
Unverified
b52f643e6365dbbcb5d94c8c4790588564aa5f77

Adding README and screen capture

ppd95 committed 5 years ago
Unverified
e56cedca87d04b79d7f40e35447a85444bc54d35

Remove debugging remainders

ppd95 committed 5 years ago
Unverified
9f616444bae932d376b076fe11f2e86fafb9d43f

Initial working version of SetGame

ppd95 committed 5 years ago
Unverified
9f88bb1c617b4e9d366f29a86de4e9f31e93fb40

Initial Commit

ppd95 committed 5 years ago

README

The README file for this repository.

Game of Set

An implementation of the Set game written in SwiftUI for assignment 3 of Stanford University's course CS193p (Developing Applications for iOS using SwiftUI) of Spring 2020.

Introduction

In this card game, each card has 4 kinds of attributes:

  • Color
  • Shape
  • Shading
  • Number of Shapes

The goal is to select 3 cards which have for each kind of attribute:

  • either 3 times the same attribute
  • or 3 times the same attribute

Screen capture