Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 285 Bytes

File metadata and controls

5 lines (3 loc) · 285 Bytes

6. The Game Loop

The 32blit SDK hides some of the game loop implementation detail from you, but it's there hiding in the background.

This tutorial teaches you how and when 32blit calls your update and render functions and where you should put your game logic and drawing code.