The game loop is the most important part of it. But we might need to do some stuff in befor so:
- Preload Files and other stuff that should be loaded befor it all starts
- create all objects that are needed befor the loop starts. Like canvas or so.
Then we will launch the loop. In wich we handle the drawing and updating of the game elemnts.
The game loop is the most important part of it. But we might need to do some stuff in befor so:
Then we will launch the loop. In wich we handle the drawing and updating of the game elemnts.