Skip to content

Game Loop #2

@MrFibunacci

Description

@MrFibunacci

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions