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!
- Set - Contains the Xcode project
- assignment-pdfs - Contains the assignments (reading and coding)
- 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)