Skip navigation.
 
mlRe: A couple questions relevant to games
FROM : Jens Alfke
DATE : Sun Feb 17 23:52:21 2008

On 17 Feb '08, at 7:44 AM, Aaron MacDonald wrote:

> Hi. I'm planning to make a game, and I have a couple of questions 
> since I'm new to cocoa.


I'd highly recommend looking at CoreAnimation if you're going to 
design a game. Its drawing model is very well suited to 2D sprite 
animation. There's an Apple sample app called GeekGameBoard that 
demonstrates using CA for games like checkers and solitaire:
   http://developer.apple.com/samplecode/GeekGameBoard/index.html
It includes a small framework for generic board/card games, that you 
can reuse and extend.

(Disclaimer: I wrote this sample. I'd be chuffed if someone wants to 
use it, and I'll be glad to answer questions about it...)

I also have an unpublished/incomplete project that glues together 
CoreAnimation and the open-source "Box2D" physics engine, letting you 
add realistic 2D physics to your CA animations.

—Jens_______________________________________________

Cocoa-dev mailing list (<email_removed>)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/<email_removed>

This email sent to <email_removed>

Related mailsAuthorDate
mlA couple questions relevant to games Aaron MacDonald Feb 17, 16:44
mlRe: A couple questions relevant to games j o a r Feb 17, 18:21
mlRe: A couple questions relevant to games Jens Alfke Feb 17, 23:52
mlRe: A couple questions relevant to games Aaron MacDonald Feb 18, 04:20
mlRe: A couple questions relevant to games j o a r Feb 18, 04:36
mlRe: A couple questions relevant to games Jens Alfke Feb 18, 05:48
mlRe: A couple questions relevant to games glenn andreas Feb 18, 16:23
mlRe: A couple questions relevant to games Daniel Jalkut Feb 18, 18:22
mlRe: A couple questions relevant to games glenn andreas Feb 18, 18:39
mlRe: A couple questions relevant to games j o a r Feb 18, 18:49