Sciencefacts(English translated)

Sciencefact and the science of game(2)(translated)

과학 사실 2021. 7. 8. 18:26

This time, we will learn about bugs. First of all, bug is an English word that means worm, and it also means an error that occurs in the process of running a program. In particular, in the case of game programs, various bugs occur, such as stopping the main game, passing through walls, overlapping other characters, etc. as the structure is complex. Among the games, there are games where you fight people, but there are also games where you deal with mobs (monsters) by yourself. Among them, the computer, 'mob', is a moving object or creature that the main character must eliminate in the game. It is designed to grow your character through battle and give you items such as gold coins, weapons, and potions. You can get everything through these bugs, and it refers to the act of taking advantage of goods, rewards, etc. in an unfair way in the game. There are many cases of using bugs in the game itself, hacking using external programs, or multiple accounts. In games, when you throw an object, it usually travels by drawing a parabola, thanks to the physics engine that 3D game creators made with the laws of physics program. A physics engine is software that programmed the laws of physics in the real world, such as gravity, guanxi, and elasticity. For example, when a ball is dropped from the air, it falls according to the acceleration of gravity, and the height of the bounce varies according to the quality of the ground. Also, the characters in the game are very smooth, because they use polygons, which are the basic units used to represent objects in 3D graphics, usually triangles. Since it is a vector method, the higher the number of polygons, the more sophisticated the image, but it affects the processing speed of the computer. Therefore, in order for 3D graphics to be more sophisticated, the performance of the computer must also be high. Here, vector graphics is a mathematical way of representing images. The image is clear even when reduced or enlarged, but it is difficult to express accurately. Because it is a mathematical method, the capacity is relatively small compared to the bitmap method, but the more sophisticated the shape, the more stress on the CPU. Also, here, a bitmap or raster graphic is a method of representing an image by adding dots. When enlarged, a cascading phenomenon occurs, but it is advantageous for expressing a sophisticated image. Since each point is recognized as data, the capacity is rather large compared to the vector method.

The game can be viewed from several perspectives, for example, First Person Perspective: A game that can be played from the character's point of view. Also, there are NPCs in the game where you can buy missions or items. NPCs are characters who act on their own according to the rules set in the game. It provides information or assistance to the player, or it interferes with it. There are also times when gaming becomes dangerous, and that is when you have a gaming addiction. Game addiction is a disease in which you play too many games and end up playing games all day long, as if you couldn't live without them. Also, if you play a lot, your eyesight deteriorates and thrombosis occurs. So, play the game little by little, and use it for lifting.

 

                                                                     Thank you