Skip to content

Game Loop #2

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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