Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 747 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 747 Bytes

Assignment 3

Implement a game of solo (i.e. one player) Set. The goal of this assignment is to give you an opportunity to create your first app completely from scratch by yourself. It is similar enough to the first two assignments that you should be able to find your bearings, but different enough to give you the full experience!

Screenshots

Folders

  • Set - Contains the Xcode project
  • assignment-pdfs - Contains the assignments (reading and coding)

Notes:

  • All required tasks were developed
  • The business logic is covered by unit tests
  • The extra credit assignment 2 was developed (search for "Extra-credit" in the source code)