Is there any Android game framework ready to use

Viewed 20351

Do you know any tile based game framework for android like HGE for PC or at least some good examples of tile based engine for Android

3 Answers

Here you can find a list of a few engines, including above, I prefer libgdx

I found this one: Andengine. I believe it's under the LGPL license, which is great, but I cannot tell how good it is yet. The code seems to be pretty clean and clear, though.

Related