I have to develop an application "Behavior like an Tetris game".
I have never used "OpenGL" for the iPhone application developement.
Application is something like this
- Red / green / blue square boxes drop from top
- Red + Red + Red = Points & boxes disappears
- same way user has to make combination & get points
- Different levels are there.
- There are three buttons Left, Right for movement & bottom for speedy fall
For this kind of application should I use open GL or NOT?
i.e. Is it possible to develop entire application with view & it's animation? If yes then, will it be more complex as compare to open gl?
What is the advantage of using open GL? (I know that it gives good 2d, 3d look ) (But here my question means - easy coding?) (Or open gl is more complicated as compare to objective-c?) (I am just asking because I am not aware of it)