views:

52

answers:

2

I want to take the next step and make a game, I had Connect4/4 in a Row in mind.

How would I go about with this, I made a pong game from a tutorial and now I want to make something on my own. This type of game doesn't seem that hard to make or perhaps it is?

Anyone got any good advice or some sample code or instructions?

Thanks for all help guys. David H

A: 

Have you ever heard of cocos2d? Its a framework for making 2d games for the iphone.

The community is very helpful, i think it might help you in your aims to 'take the next step'

http://www.cocos2d-iphone.org

Bongeh
I know of cocos2d, will ask there too.
David Holmes
A: 

Glad to hear you're interested! The way I went about my first steps of game programming was to learn everything I could about computers/programming in order to make games. If you’re not 14 any more, and thus infinite time no longer is available, I’d recommend you start out with two tutorials, one for plain application programming on the platform at hand and the other for learning more specifically how to make games for that platform.

After that, pick what boilerplate you want/need from the public domain, and set out to produce your completely own thing. And hey, good luck (you’ll need it)!

Jonas Byström