Infolinks In Text Ads

Saturday, November 12, 2011

How to design mobile games and game programming, especially in Android?

To make the game on Android, you will need some software needed:






1. Eclipse 3.5 (Galileo), the IDE to write programs and we'll compile android game.

2. JDK 5 or 6, because Android is java based, then we are obliged to download it.

3. Android Development Tools plugin, it made ​​the integration of Eclipse with the Android SDK

4. Android SDK, this is an important file in the development of Android applications, extract to a folder

5. One example of games for Android, LunarLander, can you see here. This game can be used as a starting point to begin developing your game on Android.

Related to mobile game design, there are some things that need to be considered:

Mobile games are usually played to fill in spare time while waiting or on the go, so it is advisable to make the gameplay is simple and does not require a long time to play but make people play the game multiple times

Technically, mobile platforms in general have a variety of hardware limitations, ranging from the processor, memory, or display (except for high-end gadgets such as smartphones or tablet), resulting in its manufacture need as efficiently as possible

To get started making games using J2ME to Android, can read a brief tutorial on the blog also Agate: part 1, part 2 and part 3.

  © Blogger templates ProBlogger Template by Ourblogtemplates.com 2008 | Blogger Blog Templates

Back to TOP