DEV Community

Cover image for Game Loop - One Byte Explainer
Lakshita Kumawat
Lakshita Kumawat

Posted on โ€ข Edited on

Game Loop - One Byte Explainer

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 ๐Ÿ˜Š

Image of AssemblyAI tool

Transforming Interviews into Publishable Stories with AssemblyAI

Insightview is a modern web application that streamlines the interview workflow for journalists. By leveraging AssemblyAI's LeMUR and Universal-2 technology, it transforms raw interview recordings into structured, actionable content, dramatically reducing the time from recording to publication.

Key Features:
๐ŸŽฅ Audio/video file upload with real-time preview
๐Ÿ—ฃ๏ธ Advanced transcription with speaker identification
โญ Automatic highlight extraction of key moments
โœ๏ธ AI-powered article draft generation
๐Ÿ“ค Export interview's subtitles in VTT format

Read full post

Top comments (1)

Collapse
 
lakshita_kumawat profile image
Lakshita Kumawat โ€ข โ€ข Edited

Is there anyone who also loves to play pokemon roms? ๐Ÿ™‚

Sentry image

See why 4M developers consider Sentry, โ€œnot bad.โ€

Fixing code doesnโ€™t have to be the worst part of your day. Learn how Sentry can help.

Learn more

๐Ÿ‘‹ Kindness is contagious

Dive into an ocean of knowledge with this thought-provoking post, revered deeply within the supportive DEV Community. Developers of all levels are welcome to join and enhance our collective intelligence.

Saying a simple "thank you" can brighten someone's day. Share your gratitude in the comments below!

On DEV, sharing ideas eases our path and fortifies our community connections. Found this helpful? Sending a quick thanks to the author can be profoundly valued.

Okay