nfarah86 / Card-Matching-Game-with-Bean-Tutorial

This is a card matching game based on the first 3 Stanford iOS lectures. I incorporated the Bean, such that when the it is shaken really hard, it reshuffles the deck.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Card Matching Game with Bean Tutorial

This is a tutorial based on the first 3 Computer Science CS139p courses Developing iOS 7 Apps for iPhone and iPad by Stanford University on iTunes U. I incorporated Punch Through's Bean, such that when the Bean is shaken very hard, it reshuffles the deck. I used the Bean's iOS SDK so that my program knows how to communicate to the Bean. The reference documentation for the SDK can be found here.

To learn how to use the Bean, visit the Getting started guide

I used some classes not mentioned in the lectures, which I will go over during the tutorial.

Versions

Version Description
v.01 Code after lecture 1 and 2
v.02 Code after completion of assignment 1
v.03 Code after lecture 3
v.04 Code after Assginment 2, Task 2
v.05 Code after Assginment 2, Task 3 and Task 4

License

Credits

Troubleshooting

Have a question about the tutorial, Bean, or code? Reach out on BeanTalk.

About

This is a card matching game based on the first 3 Stanford iOS lectures. I incorporated the Bean, such that when the it is shaken really hard, it reshuffles the deck.


Languages

Language:Objective-C 100.0%