Auto-generate Flow Chart from Java/C++ Codes:

Raptor Flowchart Tutorial For Beginners

Wednesday, June 27, 2012

Game Programming With Android

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: