A game loop is code that runs repeatedly (loops) to respond to input — usually the player interacting with their controller or mouse — to update game state, and provide output that shows the player they affected the game state, like when they push a button that turns on a light. The loop usually ends when the game reaches a completion state, such as the player reaching a goal, or failure state, such as the player running out of time before making the goal."
game loop
A game loop is code that runs repeatedly (loops) to respond to input to update game state, and provide output that shows the player they affected the game state, like when they push a button that turns on a light.
Ask questions and help your peers Developer Forums
Write your own tutorials or read those from others Learning Library