Make Pong on android using OpenGL-ES

Posted by brainydexter on Game Development See other posts from Game Development or by brainydexter
Published on 2011-01-14T01:27:24Z Indexed on 2011/01/14 2:00 UTC
Read the original article Hit count: 315

Filed under:
|

I am trying to make a simple pong game using opengl-es. I have checked out some of the tutorials/samples, but most of them are pre-dated to 2009.

I am familiar with game programming, and consider pong to be the hello-world!

Right now, I intend to make it using their supplied SDK (2.3), but eventually I want to make it in NDK, so I can port my other work to android.

Would anyone have a good reference for a starting point ?

Thanks

© Game Development or respective owner

Related posts about android

Related posts about opengl-es