Summary of Android games

Source: Internet
Author: User
Tags android games

 

Game Engine http://code.google.com/p/loon-simple/

A * Pathfinder http://www.j2megame.org/index.php/content/view/285/125.html

Http://www.moandroid.com /? P = 1730

I am also studying game development recently. I plan to make a simple game before 5.1. Here I will sort out my study notes and share them with you.

Game abbreviations
Game abbreviations Game type Explanation
Act Action game Action games
AVG Adventure game Adventure games
CAG Card Game Card games
Fgt Fighting Game Fighting games
LVG Love Game Love games
MMORPG Massively multiplayer onlinerole playing game Massively multiplayer online role-playing games
MSC Music game Music games
PZL Puzzle game Smart games
RCG Racing game Racing games [Also known as RAC]
RPG Role-playing game Role playing game
SLG Strategy game Strategy games
STG Shoting game Shooting games
SPT Sports Game Sports Games
Tab Table game Desktop games
Wag WAP game Mobile Games

Game Engine

Unlike developing software, a major difference is that common software users focus on the results of their operations, and users do not care about the running process; gaming users focus on the process of experiencing their operations, and the results are of little significance to users. Therefore, game development requires much higher than software development. I am also a layman about the game engine. I am just a simple android game, and I am still developing it. I did not design a game engine. More specifically, it is an image engine (or a simple game framework). The game engine has a wide range of features, for more details, refer to the Game Engine list.

Android game development

By searching for some information on the Internet, we found that there are very few game engines suitable for the Android platform currently. Many games on Android are transplanted from the j2s. Due to the difficulty of C ++ porting, it is a new start for our c ++ programmers (I think the main problem for C ++ porting is: A large part of C ++ Code directly uses OpenGL, while android can only use OpenGL ES, the special advantage is that the opengles used in j2s is similar to OpenGL ES in Android ). At present I am also learning a simple android game engine, I feel very good, here I recommend for everyone to learn, if you have good code can also be sent to me (wangzongjunvip@163.com ).

Related Articles
  • [Translation] basic knowledge-OpenGL ES common/common-lite specification (version 1.1.12)
  • [Translation] coordinate transformation-OpenGL ES common/common-lite specification (version 1.1.12)
  • [Translation] basic grating knowledge-OpenGL ES common/common-lite specification (version 1.1.12)
  • [Translation] cache object-OpenGL ES common/common-lite specification (version 1.1.12)
  • [Translation] current vertex status and vertex array-OpenGL ES common/common-lite specification (version 1.1.12)

 

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.