http://www.edu4java.com/androidgame/androidgame1.html
This course of java game programming with the Android API will let us learn the basic concepts of "Game Programming", java game programming and game architecture.
Game Programming concepts
Game loop
Game Engine (update and draw)
Sprites Coalitions detection
Game resources: images and sounds
Android Specifics
SurfaceView and holder events management
Resource management in android = bitmaps and sound
Game Architecture
Try to split the problem in simple and reusable parts
Decouple the game logic from the android architecture
No comments:
Post a Comment