java - Getting started: Android application design -
i want create game on android (it 2d board game), haven't got ideas, how design it, namely tools (librares, engines, etc.) use.
source code language java.
i hope has experience in field , me. thanks.
i have used libgdx , andenginee libraries.
andenginee broad 2d game engine allows game developers, both experienced , inexperienced, develop games android platform ease. andengine includes enough functionality bring type of 2d game world life. important features of engine :
- scaling across various devices(different resolutions)
- multi touch support
- physics extension
- box2d
- tiledmaps in tmx format support
- particle systems
- live wallpaper extension
libgdx game development application framework written in java (programming language) c/c++ components performance dependent code.it allows development of desktop , android games using same code base. cross-platform, supporting windows, linux, mac os x, android, webgl enabled browser , ios.
in opinion , experiences libgdx more flexible.you can select 1 of them according application requirements.
Comments
Post a Comment