Quote:
Originally Posted by soulofdragnsfire
just wondering if anyone can point me towards a card game example? i.e. moving cards around with touch, to predetermined points, etc. or if you have a selection of cards on screen, being able to add them to your "hand" or remove from your "hand"?
if anyone happens to have any ideas or examples on how this may be accomplished, that would be greatly appreciated. 
|
I posted a thread a week or so ago with my deck of cards object and card object.... this as much the graphical side, but just the base deck of cards. I wrote some more code, but haven't posted it yet...
http://www.iphonedevsdk.com/forum/ip...rs-review.html
i made the class as simple as possible you can add the class to your project and make an NSMutableArray that is your hand and add card objects as you pull them off the deck.
I am open to discussion, I like bouncing ideas I used this class to create a card game I am almost done with....