Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Patterns for Android Game Development? [closed]

What are the good patterns to use in developing android games?
And if it is a simple 2D side scrolling game, do you still need to use OpenGL?

like image 780
chustar Avatar asked Jan 02 '11 01:01

chustar


1 Answers

Here is an open-source 2d scroller http://code.google.com/p/replicaisland/ and a video by the author about opengl vs android apis and other things. http://www.google.com/events/io/2010/sessions/writing-real-time-games-android.html

like image 51
Nathan Schwermann Avatar answered Sep 30 '22 17:09

Nathan Schwermann