views:

9303

answers:

11

I'm looking for open source iPhone games for studing OpenGL ES and CoreGraphics, Some games I found (like Tris) is written for iPhone SDK 1.x, I think code for 2.x SDK is better, Any ideas?

+11  A: 

There are 2 open source projects for game engines that you might find useful:

keremk
+4  A: 

Molecules isn't a game, but it is open-source, and uses OpenGL ES. They also have a very nice blog entry which serves as a lesson for OpenGL ES.

Athena
A: 

Here are some more that I found:

http://oolongengine.com/

http://code.google.com/p/nebula3/

diclophis
A: 

cocos for 2D and SIO2 for 3D should cover anything you want to accomplish.

+1  A: 

http://gorillas.lhunath.com/

A: 

Some really awesome suggestions here. I am going to play around with Cocos2D and SIO2 now. Thanks everyone.

Geekoid
A: 

http://sio2interactive.com

Gabriel
A: 

A Pong clone made with Cocos2D (by me): http://unindented.org/projects/copong-iphone/

Daniel Perez Alvarez
+1  A: 

Hi,

sio2 is good one for 3D in iPhone we had already developed 2 games using sio2 game engine really its good

Thanks

Mayur Shah
A: 

Hey, I can't get Copong to work! there is a recurring error: Argument list too long: recursive header expansion failed at /Applications/Final Cut Express.app/Contents/MacOS/Plugins/GenViewer.bundle/Contents.

How could I fix this,

I am running the SDK 4.0 beta could this be a problem?

Thanks for any help Antoine

Antoine Vandenheste