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.