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

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 :

  1. scaling across various devices(different resolutions)
  2. multi touch support
  3. physics extension
  4. box2d
  5. tiledmaps in tmx format support
  6. particle systems
  7. live wallpaper extension

libgdx

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

Popular posts from this blog

javascript - Bootstrap Popover: iOS Safari strange behaviour -

Magento/PHP - Get phones on all members in a customer group -

session - Logging Out Using PHP -