Eli5: How does a glitch happen?

244 views

How does a glitch happen in a video game and how do they fix it? If coding is what I think it is and that’s where the issue lies, how do you locate a glitch in endless amounts of code?

In: 0

10 Answers

Anonymous 0 Comments

How do you fix a problem in anything that you write?

1. You re-read what you wrote.
2. You identify the mistake.
3. You correct it.

Not sure what you’re asking here.

Coding may look like endless gibberish to you, but it’s just like any other language. If there is a mistake in some part X of the game, go to the part of the code that describes part X, find the mistake, and correct it.

You wouldn’t ask someone who writes Japanese “How do you make mistakes and fix them when you write something in Japanese?” would you? It’s exactly the same.

You are viewing 1 out of 10 answers, click here to view all answers.