: How are game engines made and why are they necessary for games and why are there so many of those?

630 views

: How are game engines made and why are they necessary for games and why are there so many of those?

In: Technology

12 Answers

Anonymous 0 Comments

A game engine is a lot of reusable code that different game studios can use to make their games.

Game development teams do not want to spend a lot of time reinventing the wheel with each game. Rewriting code on how to handle physics, how to handle a hitscan bullet, how to handle a projectile weapon, etc. This code is essentially going to be the same in every game that uses them, so why spend a lot of time writing it for each project?

This leaves the game developers the time to actually code the stuff that makes their game *different* from others.

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