0 notes &
Cocoa coding: Blackjack tutorial - part 0.
So basically I was playing around with objective-C and reading “Cocoa Programming: a quick-start guide for developers” and I stumbled upon a great link that explained how to create a deck of cards, shuffle it and draw a card from it in Objective-C. The trouble with the link is, there’s only 1 part. So i’ve decided to redo and remake the tutorial right here.
The end goal of my postings will be a working blackjack - for a mac osx. (And not iphone as the original one - but porting it should be really easy, probably). As a teaser i’ll show you a few screenshots of my (not yet) finished final product - so you’ll know what to expect.


So before I even start with this tutorial, i think it might be handy to install and configure Subversion.
*This is part of a objective-C, cocoa tutorial, that will result in a working blackjack for a os x*.
Next chapter: blackjack tutorial - part 1