ELI5- What does it mean when a video game is powered by a certain “engine”?

1.09K views

ETA- Thanks guys, that was very helpful!

In: Technology

8 Answers

Anonymous 0 Comments

Developing a video game can be quite complex. However, every video game has certain similarities. For example, there’s usually an environment that needs to be rendered with shading, reflection (all the things to give it a certain look & feel); there’s an agent (your character) that the user controls; there’s things in the environment that the agent can interact with. So as not to reinvent the wheel, the game developers will use an engine that takes care of these very common tasks.

A physical analogy might help. For example, a set of cars from a certain manufacturer might be built on the same type of chassis/frame. This reusability means that they don’t need to start from scratch for each car.

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