Skip to content

nemanja-stanarevic/stanford-ios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

##Assignments for Stanford/iTunes class on iOS 7 Programming

Implemented in Objective C

Each assignment's final commit is tagged as follows:

  • assignment1 - Basic Machismo model & view controller. When card is fliped shows a random card from the deck
  • assignment2 - Fully functional Machismo card matching game. In addition to required tasks, implemented:
    • Auto layout constrains (without spacer elements) that inteligently adjust the layout on different screen resolutions, including iPad, albeit only allowing portrait mode.
    • Model supports any arbitrary match length (game only uses 2 and 3-card matches)
    • Added a slider control to view previous statuses
  • assignment 3 - Fully functional Playing Card and Set games, with minimal additional code for the Set game due to polimorphisms with the Playing Card game. Incorporated UITabBarController to switch between the two games and UINavigationController to switch between the game view and history view.

About

iTunes/Stanford class in iOS 7.0 programming in Objective C

Resources

Stars

Watchers

Forks

Packages

No packages published