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?
There are 2 open source projects for game engines that you might find useful:
Framework for building 2D games: http://code.google.com/p/cocos2d-iphone/
3D game engine for OpenGL ES: http://code.google.com/p/sio2/
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.
Some really awesome suggestions here. I am going to play around with Cocos2D and SIO2 now. Thanks everyone.
A Pong clone made with Cocos2D (by me): http://unindented.org/projects/copong-iphone/
Hi,
sio2 is good one for 3D in iPhone we had already developed 2 games using sio2 game engine really its good
Thanks
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