Re: Card Game (like Spider-Solitaire) in Cocoa -- Conceptual ideas needed

2009-06-22 Thread Florian Witteler
Hi guys! I created an Spider Solitaire branch on github (http://github.com/FloWi/MyGeekGameBoard/tree/master ) Not very clean yet - consider it as an initial hack to get it working ;-) Too bad, that CoreAnimation doesn't run on Tiger... My girlfriend has a MacMini with Tiger and loves to p

Re: Card Game (like Spider-Solitaire) in Cocoa -- Conceptual ideas needed

2009-06-14 Thread Kyle Sluder
On Sat, Jun 13, 2009 at 3:20 AM, Florian Witteler wrote: > Hi Kyril, Nick, Brian and Erik! s/Kyril/Kyle/ plz :) Although I'd prefer my name to be Kyril. Too much paperwork though. :P > P.S.: I'm not familiar with mailing-lists. Do I simply hit 'reply to all' > when I want to send an answer to

Re: Card Game (like Spider-Solitaire) in Cocoa -- Conceptual ideas needed

2009-06-14 Thread Benjamin Dobson
On 13 Jun 2009, at 11:20:36, Florian Witteler wrote: Hi Kyril, Nick, Brian and Erik! I'd really like to thank you all for your comments. You gave me a good starting point to move on! I'll work through these ressources and get back, if I have further questions. Have a nice weekend. - Flor

Re: Card Game (like Spider-Solitaire) in Cocoa -- Conceptual ideas needed

2009-06-14 Thread Florian Witteler
Hi Kyril, Nick, Brian and Erik! I'd really like to thank you all for your comments. You gave me a good starting point to move on! I'll work through these ressources and get back, if I have further questions. Have a nice weekend. - Florian P.S.: I'm not familiar with mailing-lists. Do I sim

Re: Card Game (like Spider-Solitaire) in Cocoa -- Conceptual ideas needed

2009-06-12 Thread Erik Buck
http://developer.apple.com/samplecode/GeekGameBoard/ ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubsc

Re: Card Game (like Spider-Solitaire) in Cocoa -- Conceptual ideas needed

2009-06-12 Thread Brian Christensen
On Jun 11, 2009, at 14:04, Florian Witteler wrote: I would like to know, how you experiences cocoa-developers would handle the drawing in a solitaire-game. You may want to have a look at GeekGameBoard as a reference point: http://mooseyard.com/hg/hgwebdir.cgi/GeekGameBoard/archive/tip.zip ht

Re: Card Game (like Spider-Solitaire) in Cocoa -- Conceptual ideas needed

2009-06-12 Thread Nick Zitzmann
On Jun 11, 2009, at 12:04 PM, Florian Witteler wrote: 1) Would you use interface-builder files to lay out all the things like - whole gametable with stacks of cards - stacks of cards - the card itself (background image and some icon with text) or would you handle all the drawing by yourself?

Re: Card Game (like Spider-Solitaire) in Cocoa -- Conceptual ideas needed

2009-06-12 Thread Kyle Sluder
On Thu, Jun 11, 2009 at 11:04 AM, Florian Witteler wrote: > 1) Would you use interface-builder files to lay out all the things like > - whole gametable with stacks of cards > - stacks of cards > - the card itself (background image and some icon with text) > or would you handle all the drawing by yo

Card Game (like Spider-Solitaire) in Cocoa -- Conceptual ideas needed

2009-06-12 Thread Florian Witteler
Hi all! I would like to know, how you experiences cocoa-developers would handle the drawing in a solitaire-game. I have two general questions: 1) Would you use interface-builder files to lay out all the things like - whole gametable with stacks of cards - stacks of cards - the card itself (b