J2ME mobile game engine program structure

xiaoxiao2021-03-06  46

The game engine has a lot of structure, but it is basically implemented in a game main loop. The primary loop in the program contains the most important structure of the program framework. J2ME procedures generally contain two class files, one is a MIDlet, one is displayable. Generally, I put the main code of the game in the Displayable this class. This class is an event-driven program with three major corresponding functions void Paint (GRAPHICS G), Void KeyPressed (int keycode).

Full text reading:

J2ME mobile game engine program structure

转载请注明原文地址:https://www.9cbs.com/read-81233.html

New Post(0)