onstwedder.com

All that you have is your soul

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.

another screenshot of "epic" blackjack build in objective c.

screenshot of "epic" blackjack

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

Filed under objective-c blackjack coding english mac Cocoa Tutorial Xcode