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)