CMM342

3. Game Loop

            Game loop is heart of game programming every logic must embedded in there e.g. Move player, Fire missile, Collision detect and etc. This chapter will introduce basis of game loop to you.

            Important pass have 3 sections, first is initialize second is update and last is de-initialize by following

2. First Program!

ARSA Framework starting with application wizard, user must do follow instruction.

            2.1 Go folder C:/arsa

            2.2 Copy folder ARSA_AppWiz100 to any location if you want. Make sure absolute path don't have space! 

Pages

Subscribe to RSS - CMM342