What Is A Game Engine?

You might also like

Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 4

Amity School of Engineering and Technology

What is a Game Engine?

A Game Engine, also known as a game framework, is a software-


development environment designed to build video games, view
architecture models or automobile 3D models.
1
Amity School of Engineering and Technology

What Game Engine deals with?


The game engine deals with major aspects of a game which includes but is not limited to –
1. Rendering of Graphics, both 2D and 3D
2. Physics Engine for simulating physics effects (Collision, Explosion)
3. Audio
4. Animation
5. Networking
6. Artificial Intelligence
7. Memory Management
8. Scripting (To add core-logic as programming language and reusability)
9. Localization (To adapt to different regional languages)
10. Porting (To other platforms like consoles and PCs)

2
Amity School of Engineering and Technology

What Is 3D Modeling?

The term “3D modeling” refers to the process of creating a three-dimensional


representation of an object using specialized software. This representation, called a 3D
model, can convey an object’s size, shape and texture.

3
Amity School of Engineering and Technology

Tools used in this Project

Unity Game Engine – It is a free multi-platform game engine developed by Unity


Technologies in Denmark in 2005 aiming to standardize game development and
making it more accessible to all the developers. The game engine supports a variety of
devices such as Android, iOS, PC, PlayStation and Xbox. It is particularly known for
its ease of use and accessibility.
4

You might also like