iphone game development
Hello All,
I am an experienced C programmer. But very new to game programming. a month back I got into iphone app development and am somewhat familiar with app programming. Submitted a few to the app store.
What I submitted were non game apps. I am very very interested in developing games for the iphone and after a lot of searches, found this wonderful forum.
Can you guys please suggest how do I start off if I want to develop a game like this:
http://www.youtube.com/v/KymENgK15ms&hl=en&fs=1
or
http://www.youtube.com/watch?v=KymENgK15...re=related
Decrease the volume before you start the video. Its a steel ball rolling on a wooden board. Do I start off with OpenGL or Quartz. I have no idea. Please guide me.
Thanks a lot for reading !
I am an experienced C programmer. But very new to game programming. a month back I got into iphone app development and am somewhat familiar with app programming. Submitted a few to the app store.
What I submitted were non game apps. I am very very interested in developing games for the iphone and after a lot of searches, found this wonderful forum.
Can you guys please suggest how do I start off if I want to develop a game like this:
http://www.youtube.com/v/KymENgK15ms&hl=en&fs=1
or
http://www.youtube.com/watch?v=KymENgK15...re=related
Decrease the volume before you start the video. Its a steel ball rolling on a wooden board. Do I start off with OpenGL or Quartz. I have no idea. Please guide me.
Thanks a lot for reading !
The first rule of iphone development is: you don't talk about iphone development.
On the Mac for better performance you would use OpenGL.
Check out the sample code provided to get you started.
On the Mac for better performance you would use OpenGL.
Check out the sample code provided to get you started.
©h€ck øut µy stuƒƒ åt ragdollsoft.com
New game in development Rubber Ninjas - Mac Games Downloads
On iPhone you have OpenGL ES, which is a subset of OpenGL 1.5 (I believe).
So your best bet is to start using that and then do the rest of the development llike you would on a computer.
For games, you don't need to take care of special iPhone stuff (like the navigation interface), you just manage events like touches and device orientation. The rest is game logic.
So your best bet is to start using that and then do the rest of the development llike you would on a computer.
For games, you don't need to take care of special iPhone stuff (like the navigation interface), you just manage events like touches and device orientation. The rest is game logic.
"When you dream, there are no rules..."
observer247 Wrote:Can you guys please suggest how do I start off if I want to develop a game like this:
One thing to notice about that game is that its really 2D. Its just a background image and a foreground image moving around, there are no shadows or other effects. Its just that the images are such that they look like photographs of real 3D objects.
It seems you could make that game using any sprite based method that seemed appropriate or convenient.
i appreciate all the response. Thanks.
bmantzey Wrote:OpenGL ES actually supports 2.X. http://www.khronos.org/opengles/
ps - How do I turn HTML code on?
iPhone has an OpenGL 1.1 implementation.
I am a starter in iPhone. intrested to develop games.
Need your help to move a ball on the simulator.
Please try to share the code on the forum.
Thanks,
Need your help to move a ball on the simulator.
Please try to share the code on the forum.
Thanks,
Take a look at OpenGL ES and the examples using it with the iPhone SDK.
Checkout this link that might helping getting started:
[MODERATOR: Link removed]
[MODERATOR: Link removed]
Possibly Related Threads...
| Thread: | Author | Replies: | Views: | Last Post | |
| 3D game development | socialrender | 4 | 4,007 |
Jan 2, 2013 12:50 AM Last Post: NikG |
|
| Win a copy of: Beginning iPhone 4 Development: Exploring the iOS SDK | @iOS_blog | 0 | 2,715 |
Oct 1, 2011 04:23 AM Last Post: @iOS_blog |
|
| iphone 4 game development | andynov123 | 2 | 6,343 |
Jan 18, 2011 01:27 AM Last Post: JohnEdward |
|
| Beginning Iphone game development collision | lunayo | 0 | 3,219 |
Oct 8, 2010 11:43 AM Last Post: lunayo |
|
| Problem with making a game with the iPhone Game Development book | MrPenguin9 | 2 | 4,435 |
Feb 1, 2010 09:13 AM Last Post: MrPenguin9 |
|

