I was considering creating a 2D game, and was wondering if there are any good open source or potentially paid (if not too expensive) frameworks for developing games.

Anything out there already?

Thanks.

link|improve this question

1  
Check out this previous discussion for some more options: stackoverflow.com/questions/3981781/android-game-framework – kichik Sep 2 '11 at 17:10
feedback

4 Answers

AndEngine is for Android. libgdx is desktop/android framework.

link|improve this answer
feedback

Check out Unity, it's rather nice, though the terms are a bit expensive.

link|improve this answer
Unity is great for 3d games, but not really optimal for 2d games. – thedaian Sep 2 '11 at 17:43
feedback

I have heard good things about Corona.

http://www.anscamobile.com/

I have looked for a decent Android game framework and not been able to find many. The best I have found is the Cocos2D port for android but it is quite dated and you need to reference the IOS documents to learn how to use it and there is very little support.

link|improve this answer
Corona is pretty good. However the code is written in Lua and the compiler outputs to Android, among other targets. – adamcodes Sep 2 '11 at 17:14
feedback

If you want cocos2d for android the best solution is WiEngine

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.