Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there any Android game framework ready to use [closed]

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

like image 427
michael Avatar asked Feb 21 '10 17:02

michael


People also ask

What is AGDK?

The Android Game Development Kit (AGDK) is a full range of tools and libraries to help you develop, optimize, launch, and iterate on high quality Android games. AGDK brings together new and existing libraries, tools and functionality.

Can I use C# for Android games?

Here is why JavaScript, C++, and C# are the top 3 programming languages to build Android games. It is used to develop high-quality Android games like Angry Birds and game engines like Unity, Phaser, and Impact. js.

What IDE do game developers use?

Microsoft's developer suite Visual Studio is a tool that has been the Integrated Developer Environment (IDE) of choice for the past 20 years. It supports multiple languages, debuggers, editors and much more.


2 Answers

http://code.google.com/p/libgdx/

http://www.andengine.org/

http://code.google.com/p/rokon/

give it a try...

This other is coming soon: http://www.typhon4android.org/

like image 192
Qlimax Avatar answered Oct 20 '22 17:10

Qlimax


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

like image 44
dowan Avatar answered Oct 20 '22 15:10

dowan