Key Terms in Game Development

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/29

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

30 Terms

1
New cards

Animator

The role in a game development team responsible for creating the animations for a game. This role often split into further specializations, such as character animator or effects animator.

2
New cards

Area of Effect

Denotes an attack or spell that occurs within a defined area and inflicts damage on all enemies within that area.

3
New cards

Art Director

The role in a game development team in charge of maintaining consistency over the look and visual style of the game.

4
New cards

Black Box

Used to refer to a stage in a production pipeline or product where the inner workings are not readily visible. While developers may have control over the input to and output from this stage, the process inside the stage is not accessible.

5
New cards

Bounding Box

The cage volume of a 3D object. It is defined by the farthest vertex of the mesh on all axes.

6
New cards

Buff

A mechanism that imbues greater powers on a character or an object in a game for a length of time. For example, a power up that adds strength to a character.

7
New cards

Concept Art

Any manner of sketch, painting, drawing, or illustration that defines the look of a character, prop, or environment. This is often produced in an iterative process, involving multiple stages of critique and revision.

8
New cards

Concept Artist

The role in a game development team that creates art to represent the look and feel of future game assets.

9
New cards

Debuff

An attack or similar damage-causing mechanism that adversely affects the usefulness of a prop, or health of a character. This may inflict damage, or simply make a character more vulnerable to damage from other attacks.

10
New cards

Environment

The rooms, terrain, buildings or other area in which the game takes place.

11
New cards

Freemium

A monetization strategy for a game, where players are allowed to play a basic game at no cost. In order to unlock additional levels or content, the player must then purchase the game, or purchase additional content that integrates with the free version.

12
New cards

Game Designer

The role in a game development team responsible for designing and often implementing the game play and game mechanics of a game. This role may range from conceptual design during pre-production, to scripting for and implementing of GameObjects into the game editor or engine.

13
New cards

Game Mechanic

Define how the game will be played, and processes by which a player can win, lose, score, survive, die, and so forth.

14
New cards

Gray Box or White Box

A prototype phase, which is defines by the creation of simple primitives to mock up aspects of a game, such as a level. It is called this because it is generally composed of cubes and other primitive objects without any materials. The purpose of this type of prototype is to test and iterate quickly on an aspect of the game, often a level, to assess whether it is entertaining, well-balanced, well-defined and so forth.

15
New cards

Level

Constitutes the total accessible area of a game for a player at a certain stage, often with a discrete objective that must be attained to move on. This can also refer to the advancement in skill or powers of a character during game play.

16
New cards

Level Designer

The role in a game development team in charge of designing the level by defining the paths the player will have to navigate, where the enemies will be placed and in general setting up how the level is going to look. Their tasks will also be significantly variable depending on the genre of the game.

17
New cards

Microtransaction

A business model allowing users or players to purchase virtual goods or services in a game, conducted in small payments.

18
New cards

Model Sheet

An illustration of a character that is composed of several paintings. These represent different poses and actions that may also include some facial expressions and color palette.

19
New cards

Modeler

The role in a game development team that creates digital models for implementation in a game. This may be done with a variety of tools, such as Autodesk 3ds Max, Autodesk Maya, or Blender, and also may incorporate digital sculpting tools such as Pixelogic ZBrush or Autodesk Mudbox.

20
New cards

Pathfinding

The ability for Non-Player Characters (NPCs) to be able to understand the environment and move through it without colliding with obstacles, the player, or other NPCs.

21
New cards

Platform

Refers to the specific hardware a game will be deployed to, such as PC, mobile, console, web, and VR.

22
New cards

Power Up

A special feature or collectable that the Player can use in order to perform special actions.

23
New cards

Rigger

The role in a game development team that creates the skeleton and controls for a character or object that will be featured in a game.

24
New cards

Simple Ad

An advertisement that plays between levels or scenes in a game and may be skipped by the player by default.

25
New cards

Skybox

Surrounds the scene in a game and represents the infinitely far horizon.

26
New cards

Spawn

The instancing of a player or NPC into a level. This may occur at random or fixed points, depending on the game design.

27
New cards

Targeted Attack

A strike from a character to a pre-selected target, such as another character.

28
New cards

Technical Artist

The role in a game development team that communicates between the programming and the design teams.

29
New cards

Texturing

The process of creating bitmaps that will be applied to the shaders of the 3D objects.

30
New cards

UV Coordinates

Projections of a 3D mesh converted to 2D space.