Game Loop - One Byte Explainer
Lakshita Kumawat

Lakshita Kumawat @lakshita_kumawat

About: Hi there I am a Web developer! 😊 I am looking forward to learn something new.

Location:
India
Joined:
Jul 7, 2024

Game Loop - One Byte Explainer

Publish Date: Sep 24 '24
0 3

This is a submission for the Web Game Challenge: One Byte Explainer

Explainer

In simple words, Game loop is like when you play a pokemon rom, you have to battle with the Gym leader until you win. This sometimes become annoying 😮‍💨

Additional Context

Not only battle but every step in a game is game loop. There are different type of game loop . In a game loop, the main process are input, update and render. These process makes the game playable.

Its like when you hit a key, the program will look for the function and then render the result.

For a more better example, when you press W on a keyboard, the program moves the player one step upwards and then changes the player current position to new position.

That's how it works in simple word 😁 Hope this post will help you 😊

Comments 3 total

  • Lakshita Kumawat
    Lakshita KumawatSep 24, 2024

    Is there anyone who also loves to play pokemon roms? 🙂

  • Brandon
    BrandonFeb 1, 2025

    Without it, games would freeze or lag?

    • Lakshita Kumawat
      Lakshita KumawatFeb 2, 2025

      The game will be like a image cause you will even not be able to move

Add comment