SlideShare a Scribd company logo
1 of 7
Salford City College 
Eccles Sixth Form Centre 
BTEC Extended Diploma in GAMES DESIGN 
Unit 73: Sound For Computer Games 
IG2 Task 1 
1 
Produce a glossary of terms specific to the methods and principles of Video Game Design and Video Game Terms. Using a provided template, 
you must research and gather definitions specific to provided glossary terms. Any definitions must be referenced with the URL link of the 
website you have obtained the definition. 
You must also, where possible, provide specific details of how researched definitions relate to your own production practice. 
Name: RESEARCHED DEFINITION (provide short internet researched 
definition and URL link) 
DESCRIBE THE RELEVANCE 
OF THE RESEARCHED TERM 
TO YOUR OWN 
PRODUCTION PRACTICE? 
IMAGE SUPPORT (Provide an image 
and/or video link of said term being 
used in a game) 
VIDEO 
GAMES / 
VIDEO 
GAME 
TESTING 
Demo You can demo the game without downloading or buying it. 
http://dictionary.reference.com/browse/demo 
I wi l l release a demo version of 
the game after sorting the bugs 
out to see i f i t is working 
properly 
Beta A beta version of a program, game etc... is an unfinished version 
released to either the public a select few or whoever signs up to 
beta test it for bugs or glitches. 
http://www.urbandictionary.com/define.php?term=Beta 
I wi l l release a beta version of 
the game to find any bug or 
gl i tches in the game 
Alpha A very early version of a software product that may not contain 
all of the features that are planned for the final version. 
http://www.webopedia.com/TERM/A/alpha_version.html 
The alpha version of my game 
wi l l have no detailed objects or 
characters 
https ://www.youtube.com/watch?v=sZBwC_ 
KNdIE 
Pre-Alpha Pre-alpha refers to all activities performed during the software 
project before testing. These activities can include requirements 
analysis, software design, software development, and unit 
testing. 
http://en.wikipedia.org/wiki/Software_release_life_cycle 
https ://www.youtube.com/watch?v=tp_g9dv 
qwY0
Salford City College 
Eccles Sixth Form Centre 
BTEC Extended Diploma in GAMES DESIGN 
Unit 73: Sound For Computer Games 
IG2 Task 1 
2 
Gold The game has completed the development cycle and is off to be 
manufactured for selling 
http://www.gamespot.com/forums/playstation-discussion- 
1000002/what-does-it-mean-when-a-game-goes-gold-26614050/ 
Thi s will be the finished version 
of my game and will have 
nothing left to be added to the 
game 
Debug Identify and remove errors from (computer hardware or 
software 
http://www.oxforddictionaries.com/definition/english/debug 
I use this debugging process a 
lot because the script is never 
perfect 
Automation The use of machines and technology to make processes run on 
their own without manpower. 
http://www.yourdictionary.com/automation 
White-Box 
Testing 
a method of testing software that tests internal structures or 
workings of an application, as opposed to its functionality 
(i.e. black-box testing). 
http://en.wikipedia.org/wiki/White-box_testing 
https ://www.youtube.com/watch?v=gsK3mU 
5tdmY 
Bug A malfunction of undetermined origin in 
a computer or other electronic device. 
http://dictionary.reference.com/browse/bug 
I have had several bugs in a 
game that I created. E.g. my 
character would fall through 
the ground and then spawn 
back on the ground and repeat. 
https ://www.youtube.com/watch?v=K3g284 
0zXKY
Salford City College 
Eccles Sixth Form Centre 
BTEC Extended Diploma in GAMES DESIGN 
Unit 73: Sound For Computer Games 
IG2 Task 1 
3 
GAME 
ENGINES 
GAME 
ENGINES 
Vertex Shader A Vertex Shader is a GPU component and is programmed using a 
specific assembly-like language, like pixel shaders, but are 
oriented to the scene geometry and can do things like adding 
cartoony silhouette edges to objects. 
http://s tackoverflow.com/questions/832545/what-are-vertex-and-pixel- 
shaders 
Pixel Shader A Pixel Shader is a GPU (Graphic Processing Unit) component 
that can be programmed to operate on a per pixel basis and 
take care of stuff like lighting and bump mapping. 
http://s tackoverflow.com/questions/832545/what-are-vertex-and-pixel- 
shaders 
Post 
Processing 
improves HDR 
http://www.tomshardware.co.uk/forum/263189-33-what-post-processing 
Rendering Rendering is the process of generating an image from 
a 2D or 3D model (or models in what collectively could be called 
a scene file), by means of computer programs. 
http://en.wikipedia.org/wiki/Rendering_(computer_graphics) 
Normal Map In 3D computer graphics, normal mapping, or "Dot3 bump 
mapping", is a technique used for faking the lighting of bumps 
and dents – an implementation of bump mapping. 
http://en.wikipedia.org/wiki/Normal_mapping
Salford City College 
Eccles Sixth Form Centre 
BTEC Extended Diploma in GAMES DESIGN 
Unit 73: Sound For Computer Games 
IG2 Task 1 
4 
Entity A dynamic object such as a non-player character or item. 
http://en.wikipedia.org/wiki/Entity 
I wi l l make walls and objects 
that the character will collide 
into 
UV Map UV mapping is the 3D modelling process of making a 2D image 
representation of a 3D model's surface. 
http://en.wikipedia.org/wiki/UV_mapping 
Procedural 
Texture 
A procedural texture is a computer-generated image created 
using an algorithm intended to create a realistic representation 
of natural elements such as wood, marble, granite, metal, stone, 
and others. 
http://en.wikipedia.org/wiki/Procedural_texture 
I could use this to decorate the 
objects in my game 
Physics Game physics involves the introduction of the laws of physics 
into a simulation or game engine, particularly in 3D computer 
graphics, for the purpose of making the effects appear more real 
to the observer. 
http://en.wikipedia.org/wiki/Game_physics 
Collision Collision detection typically refers to the computational 
problem of detecting the intersection of two or more objects. 
http://en.wikipedia.org/wiki/Collision_detection 
I have used collision to make 
my character bump into things 
so that they fall over.
Salford City College 
Eccles Sixth Form Centre 
BTEC Extended Diploma in GAMES DESIGN 
Unit 73: Sound For Computer Games 
IG2 Task 1 
5 
Lighting per-pixel lighting refers to any technique for lighting an image 
or scene that calculates illumination for each pixel on a rendered 
image. 
http://en.wikipedia.org/wiki/Per-pixel_lighting 
I have added light over a 
mountain into a landscape that 
I created. 
AA – Anti- 
Aliasing 
Anti-aliasing (AA) is the process of smoothing edges so they 
don’t appear jagged. The number associated with it (2x, 4x, 8x, 
16x, 32x) is the number of samples taken to smooth it. to make 
it appear smoother, pixels around an area are added together 
then an average colour is found 
http://www.answers.com/Q/What_does_anti_aliasing_mean 
I have used this to make my 
character smooth in some 
areas. 
LoD – Level of 
Detail 
Level of detail is a general design term for video game 
landscapes in which closer objects are rendered with more 
polygons than objects that are farther away. 
http://www.techopedia.com/definition/11791/level-of-detail-lod 
Thi s works on most game 
makers, I have used it to make 
more detailed grass and trees. 
Animation Animation in video games refers to how things physically look, 
which includes everything from the packaging on a retail video 
game, to the texture of the skin on each character, to the 
graphical user interface, to the way a character rolls her ankle 
when she walks. 
http://www.gamecareerguide.com/features/413/game_art_and_anima 
tion_anintroduction.php
Salford City College 
Eccles Sixth Form Centre 
BTEC Extended Diploma in GAMES DESIGN 
Unit 73: Sound For Computer Games 
IG2 Task 1 
6 
Sprite a two-dimensional image or animation that is integrated into a 
larger scene. Initially including just graphical objects handled 
separately from the memory bitmap of a video display, this now 
includes various manners of graphical overlays. 
http://en.wikipedia.org/wiki/Sprite_(computer_graphics) 
I have created a sprite to use in 
my game 
Scene A scene is a general data structure commonly used by vector-based 
graphics editing applications and modern computer 
games. 
http://en.wikipedia.org/wiki/Scene_graph 
I wi l l use a scene to make the 
level for game 
Library Libraries take care of key tasks of game programming. Some 
libraries can handle sound processing, input, and graphics 
rendering. Some can even handle some Ait asks such 
as pathfinding. There are even entire game engines that handle 
most of the tasks of game programming and only require 
coding game logic. 
http://en.wikipedia.org/wiki/Game_programming#APIs_and_libraries 
I have used the library of games 
maker to list all of the objects 
in my game. 
UI Short for User Interface. Often related to games. Some 
games have the opportunity to install add-ons to change 
the user interface. 
http://www.urbandictionary.com/define.php?term=UI
Salford City College 
Eccles Sixth Form Centre 
BTEC Extended Diploma in GAMES DESIGN 
Unit 73: Sound For Computer Games 
IG2 Task 1 
7 
Frames Frames per second (FPS) is a unit that measures display device 
performance. It consists of the number of complete scans of the 
display screen that occur each second. This is the number of 
times the image on the screen is refreshed each second 
http://www.techopedia.com/definition/7297/frames-per-second-fps 
The game I have created runs 
at a smooth speed. 
Concept Concept art is a form of illustration used to convey an idea for 
use in (but not limited to) films, video games, animation, 
or comic books before it is put into the final product. 
http://en.wikipedia.org/wiki/Concept_art 
I have created concept art for 
my character using illustrator. 
Event Whenever something happens in the game the instances of the 
objects get events (kind of messages telling that something has 
happened). The instances can then react to these messages by 
executing certain actions. 
http://gamemaker.info/en/manual/111_00_events 
Pathfinding Pathfinding or pathing is the plotting, by a computer 
application, of the shortest route between two points. It is a 
more practical variant on solving mazes. 
http://en.wikipedia.org/wiki/Pathfinding

More Related Content

What's hot

Anthony newman y1 gd engine_terminology unit
Anthony newman y1 gd engine_terminology unitAnthony newman y1 gd engine_terminology unit
Anthony newman y1 gd engine_terminology unitanthonynewman
Β 
Researched definition
Researched definitionResearched definition
Researched definitionArron96
Β 
Cameron mc rae y1 gd_engineterminology no videos
Cameron mc rae y1 gd_engineterminology no videosCameron mc rae y1 gd_engineterminology no videos
Cameron mc rae y1 gd_engineterminology no videosCameronMcRae901
Β 
engine_terminology 2
engine_terminology 2engine_terminology 2
engine_terminology 2Alexballantyne
Β 
Using a 3D Game Engine
Using a 3D Game EngineUsing a 3D Game Engine
Using a 3D Game EngineItsLiamOven
Β 
Gamedesign Task 1 for Ian by Liam Oven
Gamedesign Task 1 for Ian by Liam OvenGamedesign Task 1 for Ian by Liam Oven
Gamedesign Task 1 for Ian by Liam OvenItsLiamOven
Β 
Y1 gd engine_terminology
Y1 gd engine_terminologyY1 gd engine_terminology
Y1 gd engine_terminologyLuke Summers
Β 
Y1 gd engine_terminology
Y1 gd engine_terminologyY1 gd engine_terminology
Y1 gd engine_terminologyAdambailey-eccles
Β 
Ro y1 gd engine terminology
Ro y1 gd engine terminologyRo y1 gd engine terminology
Ro y1 gd engine terminologyrafiqfps
Β 
Joshua meyer y1 gd engine_terminology
Joshua meyer y1 gd engine_terminologyJoshua meyer y1 gd engine_terminology
Joshua meyer y1 gd engine_terminologyJoshCollege
Β 
RO Y1 GD Engine Terminology
RO Y1 GD Engine TerminologyRO Y1 GD Engine Terminology
RO Y1 GD Engine Terminologyrafiqfps
Β 
Louis hughes y1 gd engine_terminology college work
Louis hughes y1 gd engine_terminology college workLouis hughes y1 gd engine_terminology college work
Louis hughes y1 gd engine_terminology college workLouisHughes666
Β 
Y1 gd engine_terminologY
Y1 gd engine_terminologYY1 gd engine_terminologY
Y1 gd engine_terminologYElliotBlack
Β 
Y1 gd engine_terminologY
Y1 gd engine_terminologYY1 gd engine_terminologY
Y1 gd engine_terminologYElliotBlack
Β 
Y1 gd engine_terminology (1)
Y1 gd engine_terminology (1) Y1 gd engine_terminology (1)
Y1 gd engine_terminology (1) TomCrook
Β 
Y1 gd engine_terminology
Y1 gd engine_terminologyY1 gd engine_terminology
Y1 gd engine_terminologyZak Warren
Β 

What's hot (18)

Engine terminology
Engine terminologyEngine terminology
Engine terminology
Β 
Anthony newman y1 gd engine_terminology unit
Anthony newman y1 gd engine_terminology unitAnthony newman y1 gd engine_terminology unit
Anthony newman y1 gd engine_terminology unit
Β 
Researched definition
Researched definitionResearched definition
Researched definition
Β 
Cameron mc rae y1 gd_engineterminology no videos
Cameron mc rae y1 gd_engineterminology no videosCameron mc rae y1 gd_engineterminology no videos
Cameron mc rae y1 gd_engineterminology no videos
Β 
engine_terminology 2
engine_terminology 2engine_terminology 2
engine_terminology 2
Β 
Using a 3D Game Engine
Using a 3D Game EngineUsing a 3D Game Engine
Using a 3D Game Engine
Β 
Gamedesign Task 1 for Ian by Liam Oven
Gamedesign Task 1 for Ian by Liam OvenGamedesign Task 1 for Ian by Liam Oven
Gamedesign Task 1 for Ian by Liam Oven
Β 
Y1 gd engine_terminology
Y1 gd engine_terminologyY1 gd engine_terminology
Y1 gd engine_terminology
Β 
Y1 gd engine_terminology
Y1 gd engine_terminologyY1 gd engine_terminology
Y1 gd engine_terminology
Β 
Ro y1 gd engine terminology
Ro y1 gd engine terminologyRo y1 gd engine terminology
Ro y1 gd engine terminology
Β 
Joshua meyer y1 gd engine_terminology
Joshua meyer y1 gd engine_terminologyJoshua meyer y1 gd engine_terminology
Joshua meyer y1 gd engine_terminology
Β 
RO Y1 GD Engine Terminology
RO Y1 GD Engine TerminologyRO Y1 GD Engine Terminology
RO Y1 GD Engine Terminology
Β 
vu
vuvu
vu
Β 
Louis hughes y1 gd engine_terminology college work
Louis hughes y1 gd engine_terminology college workLouis hughes y1 gd engine_terminology college work
Louis hughes y1 gd engine_terminology college work
Β 
Y1 gd engine_terminologY
Y1 gd engine_terminologYY1 gd engine_terminologY
Y1 gd engine_terminologY
Β 
Y1 gd engine_terminologY
Y1 gd engine_terminologYY1 gd engine_terminologY
Y1 gd engine_terminologY
Β 
Y1 gd engine_terminology (1)
Y1 gd engine_terminology (1) Y1 gd engine_terminology (1)
Y1 gd engine_terminology (1)
Β 
Y1 gd engine_terminology
Y1 gd engine_terminologyY1 gd engine_terminology
Y1 gd engine_terminology
Β 

Similar to Game Design Glossary

Y1 gd engine_terminology
Y1 gd engine_terminologyY1 gd engine_terminology
Y1 gd engine_terminologyJordanianmc
Β 
Engine terminology
Engine terminology Engine terminology
Engine terminology crimzon36
Β 
Y1 gd engine_terminology
Y1 gd engine_terminologyY1 gd engine_terminology
Y1 gd engine_terminologyItsLiamOven
Β 
Y1 gd engine_terminology (1) (4)
Y1 gd engine_terminology (1) (4) Y1 gd engine_terminology (1) (4)
Y1 gd engine_terminology (1) (4) TomCrook
Β 
Y1 gd engine terminology (task 1)
Y1 gd engine terminology (task 1)Y1 gd engine terminology (task 1)
Y1 gd engine terminology (task 1)Matthewf2014
Β 
Y1 gd engine terminology (task 1)
Y1 gd engine terminology (task 1)Y1 gd engine terminology (task 1)
Y1 gd engine terminology (task 1)Matthewf2014
Β 
Y1 gd engine_terminology (1)
Y1 gd engine_terminology (1) Y1 gd engine_terminology (1)
Y1 gd engine_terminology (1) TomCrook
Β 
Y1 gd engine terminology
Y1 gd engine terminologyY1 gd engine terminology
Y1 gd engine terminologyblears1
Β 
engine terminology 2
 engine terminology 2 engine terminology 2
engine terminology 2Alexballantyne
Β 
Y1 js engine_terminology
Y1 js engine_terminologyY1 js engine_terminology
Y1 js engine_terminologyJamieShepherd
Β 
Y1 gd engine_terminology1
Y1 gd engine_terminology1Y1 gd engine_terminology1
Y1 gd engine_terminology1otpg1996
Β 
Engine technology worksheet
Engine technology worksheet Engine technology worksheet
Engine technology worksheet nazaryth98
Β 
Y1 gd engine_terminologyhj
Y1 gd engine_terminologyhjY1 gd engine_terminologyhj
Y1 gd engine_terminologyhjShaz Riches
Β 
Y1 gd engine_terminology
Y1 gd engine_terminologyY1 gd engine_terminology
Y1 gd engine_terminologyAlex Kirby
Β 
Y1 gd engine terminology
Y1 gd engine terminologyY1 gd engine terminology
Y1 gd engine terminologyKeatonBradley
Β 

Similar to Game Design Glossary (15)

Y1 gd engine_terminology
Y1 gd engine_terminologyY1 gd engine_terminology
Y1 gd engine_terminology
Β 
Engine terminology
Engine terminology Engine terminology
Engine terminology
Β 
Y1 gd engine_terminology
Y1 gd engine_terminologyY1 gd engine_terminology
Y1 gd engine_terminology
Β 
Y1 gd engine_terminology (1) (4)
Y1 gd engine_terminology (1) (4) Y1 gd engine_terminology (1) (4)
Y1 gd engine_terminology (1) (4)
Β 
Y1 gd engine terminology (task 1)
Y1 gd engine terminology (task 1)Y1 gd engine terminology (task 1)
Y1 gd engine terminology (task 1)
Β 
Y1 gd engine terminology (task 1)
Y1 gd engine terminology (task 1)Y1 gd engine terminology (task 1)
Y1 gd engine terminology (task 1)
Β 
Y1 gd engine_terminology (1)
Y1 gd engine_terminology (1) Y1 gd engine_terminology (1)
Y1 gd engine_terminology (1)
Β 
Y1 gd engine terminology
Y1 gd engine terminologyY1 gd engine terminology
Y1 gd engine terminology
Β 
engine terminology 2
 engine terminology 2 engine terminology 2
engine terminology 2
Β 
Y1 js engine_terminology
Y1 js engine_terminologyY1 js engine_terminology
Y1 js engine_terminology
Β 
Y1 gd engine_terminology1
Y1 gd engine_terminology1Y1 gd engine_terminology1
Y1 gd engine_terminology1
Β 
Engine technology worksheet
Engine technology worksheet Engine technology worksheet
Engine technology worksheet
Β 
Y1 gd engine_terminologyhj
Y1 gd engine_terminologyhjY1 gd engine_terminologyhj
Y1 gd engine_terminologyhj
Β 
Y1 gd engine_terminology
Y1 gd engine_terminologyY1 gd engine_terminology
Y1 gd engine_terminology
Β 
Y1 gd engine terminology
Y1 gd engine terminologyY1 gd engine terminology
Y1 gd engine terminology
Β 

More from Jordanianmc

Ig5 assignment final major project
Ig5 assignment final major projectIg5 assignment final major project
Ig5 assignment final major projectJordanianmc
Β 
Printscreens for games
Printscreens for gamesPrintscreens for games
Printscreens for gamesJordanianmc
Β 
Ig je game engines_y2_assignment brief
Ig je game engines_y2_assignment briefIg je game engines_y2_assignment brief
Ig je game engines_y2_assignment briefJordanianmc
Β 
Printscreens for games
Printscreens for gamesPrintscreens for games
Printscreens for gamesJordanianmc
Β 
Ig je game engines_y2_assignment brief
Ig je game engines_y2_assignment briefIg je game engines_y2_assignment brief
Ig je game engines_y2_assignment briefJordanianmc
Β 
Survey monkey
Survey monkeySurvey monkey
Survey monkeyJordanianmc
Β 
Technical glossary
Technical glossaryTechnical glossary
Technical glossaryJordanianmc
Β 
Evidence of activities
Evidence of activitiesEvidence of activities
Evidence of activitiesJordanianmc
Β 
Console design template jordan mccadden
Console design template jordan mccaddenConsole design template jordan mccadden
Console design template jordan mccaddenJordanianmc
Β 
Psp vita, N3Ds, nvidia comparison
Psp vita, N3Ds,  nvidia comparisonPsp vita, N3Ds,  nvidia comparison
Psp vita, N3Ds, nvidia comparisonJordanianmc
Β 
Ps4 xbox one-wii u comparison
Ps4 xbox one-wii u comparisonPs4 xbox one-wii u comparison
Ps4 xbox one-wii u comparisonJordanianmc
Β 
Printscreens of game sounds
Printscreens of game soundsPrintscreens of game sounds
Printscreens of game soundsJordanianmc
Β 
Unit 73 ig3 assignment programming sound assets to a game 2013
Unit 73 ig3 assignment programming sound assets to a game 2013Unit 73 ig3 assignment programming sound assets to a game 2013
Unit 73 ig3 assignment programming sound assets to a game 2013Jordanianmc
Β 
Ig2 task 1 work sheet
Ig2 task 1 work sheetIg2 task 1 work sheet
Ig2 task 1 work sheetJordanianmc
Β 
Unit 73 ig2 assignment creating a sample library
Unit 73 ig2 assignment creating a sample libraryUnit 73 ig2 assignment creating a sample library
Unit 73 ig2 assignment creating a sample libraryJordanianmc
Β 
Camera printscreen
Camera printscreenCamera printscreen
Camera printscreenJordanianmc
Β 
Sidekick printsreens
Sidekick printsreensSidekick printsreens
Sidekick printsreensJordanianmc
Β 
Rifle printscreens
Rifle printscreensRifle printscreens
Rifle printscreensJordanianmc
Β 
Print screen of case
Print screen of casePrint screen of case
Print screen of caseJordanianmc
Β 
Camera screenprints
Camera screenprintsCamera screenprints
Camera screenprintsJordanianmc
Β 

More from Jordanianmc (20)

Ig5 assignment final major project
Ig5 assignment final major projectIg5 assignment final major project
Ig5 assignment final major project
Β 
Printscreens for games
Printscreens for gamesPrintscreens for games
Printscreens for games
Β 
Ig je game engines_y2_assignment brief
Ig je game engines_y2_assignment briefIg je game engines_y2_assignment brief
Ig je game engines_y2_assignment brief
Β 
Printscreens for games
Printscreens for gamesPrintscreens for games
Printscreens for games
Β 
Ig je game engines_y2_assignment brief
Ig je game engines_y2_assignment briefIg je game engines_y2_assignment brief
Ig je game engines_y2_assignment brief
Β 
Survey monkey
Survey monkeySurvey monkey
Survey monkey
Β 
Technical glossary
Technical glossaryTechnical glossary
Technical glossary
Β 
Evidence of activities
Evidence of activitiesEvidence of activities
Evidence of activities
Β 
Console design template jordan mccadden
Console design template jordan mccaddenConsole design template jordan mccadden
Console design template jordan mccadden
Β 
Psp vita, N3Ds, nvidia comparison
Psp vita, N3Ds,  nvidia comparisonPsp vita, N3Ds,  nvidia comparison
Psp vita, N3Ds, nvidia comparison
Β 
Ps4 xbox one-wii u comparison
Ps4 xbox one-wii u comparisonPs4 xbox one-wii u comparison
Ps4 xbox one-wii u comparison
Β 
Printscreens of game sounds
Printscreens of game soundsPrintscreens of game sounds
Printscreens of game sounds
Β 
Unit 73 ig3 assignment programming sound assets to a game 2013
Unit 73 ig3 assignment programming sound assets to a game 2013Unit 73 ig3 assignment programming sound assets to a game 2013
Unit 73 ig3 assignment programming sound assets to a game 2013
Β 
Ig2 task 1 work sheet
Ig2 task 1 work sheetIg2 task 1 work sheet
Ig2 task 1 work sheet
Β 
Unit 73 ig2 assignment creating a sample library
Unit 73 ig2 assignment creating a sample libraryUnit 73 ig2 assignment creating a sample library
Unit 73 ig2 assignment creating a sample library
Β 
Camera printscreen
Camera printscreenCamera printscreen
Camera printscreen
Β 
Sidekick printsreens
Sidekick printsreensSidekick printsreens
Sidekick printsreens
Β 
Rifle printscreens
Rifle printscreensRifle printscreens
Rifle printscreens
Β 
Print screen of case
Print screen of casePrint screen of case
Print screen of case
Β 
Camera screenprints
Camera screenprintsCamera screenprints
Camera screenprints
Β 

Recently uploaded

Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...jaredbarbolino94
Β 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxAvyJaneVismanos
Β 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for BeginnersSabitha Banu
Β 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersSabitha Banu
Β 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
Β 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfSumit Tiwari
Β 
call girls in Kamla Market (DELHI) πŸ” >ΰΌ’9953330565πŸ” genuine Escort Service πŸ”βœ”οΈβœ”οΈ
call girls in Kamla Market (DELHI) πŸ” >ΰΌ’9953330565πŸ” genuine Escort Service πŸ”βœ”οΈβœ”οΈcall girls in Kamla Market (DELHI) πŸ” >ΰΌ’9953330565πŸ” genuine Escort Service πŸ”βœ”οΈβœ”οΈ
call girls in Kamla Market (DELHI) πŸ” >ΰΌ’9953330565πŸ” genuine Escort Service πŸ”βœ”οΈβœ”οΈ9953056974 Low Rate Call Girls In Saket, Delhi NCR
Β 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Celine George
Β 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPCeline George
Β 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxiammrhaywood
Β 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
Β 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxRaymartEstabillo3
Β 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
Β 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Jisc
Β 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
Β 
β€œOh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
β€œOh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...β€œOh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
β€œOh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
Β 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfMahmoud M. Sallam
Β 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
Β 

Recently uploaded (20)

Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...Historical philosophical, theoretical, and legal foundations of special and i...
Historical philosophical, theoretical, and legal foundations of special and i...
Β 
Final demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptxFinal demo Grade 9 for demo Plan dessert.pptx
Final demo Grade 9 for demo Plan dessert.pptx
Β 
Full Stack Web Development Course for Beginners
Full Stack Web Development Course  for BeginnersFull Stack Web Development Course  for Beginners
Full Stack Web Development Course for Beginners
Β 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginners
Β 
Model Call Girl in Tilak Nagar Delhi reach out to us at πŸ”9953056974πŸ”
Model Call Girl in Tilak Nagar Delhi reach out to us at πŸ”9953056974πŸ”Model Call Girl in Tilak Nagar Delhi reach out to us at πŸ”9953056974πŸ”
Model Call Girl in Tilak Nagar Delhi reach out to us at πŸ”9953056974πŸ”
Β 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
Β 
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdfEnzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Enzyme, Pharmaceutical Aids, Miscellaneous Last Part of Chapter no 5th.pdf
Β 
call girls in Kamla Market (DELHI) πŸ” >ΰΌ’9953330565πŸ” genuine Escort Service πŸ”βœ”οΈβœ”οΈ
call girls in Kamla Market (DELHI) πŸ” >ΰΌ’9953330565πŸ” genuine Escort Service πŸ”βœ”οΈβœ”οΈcall girls in Kamla Market (DELHI) πŸ” >ΰΌ’9953330565πŸ” genuine Escort Service πŸ”βœ”οΈβœ”οΈ
call girls in Kamla Market (DELHI) πŸ” >ΰΌ’9953330565πŸ” genuine Escort Service πŸ”βœ”οΈβœ”οΈ
Β 
Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17Computed Fields and api Depends in the Odoo 17
Computed Fields and api Depends in the Odoo 17
Β 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERP
Β 
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptxECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
ECONOMIC CONTEXT - PAPER 1 Q3: NEWSPAPERS.pptx
Β 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
Β 
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptxEPANDING THE CONTENT OF AN OUTLINE using notes.pptx
EPANDING THE CONTENT OF AN OUTLINE using notes.pptx
Β 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
Β 
Model Call Girl in Bikash Puri Delhi reach out to us at πŸ”9953056974πŸ”
Model Call Girl in Bikash Puri  Delhi reach out to us at πŸ”9953056974πŸ”Model Call Girl in Bikash Puri  Delhi reach out to us at πŸ”9953056974πŸ”
Model Call Girl in Bikash Puri Delhi reach out to us at πŸ”9953056974πŸ”
Β 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...
Β 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Β 
β€œOh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
β€œOh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...β€œOh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
β€œOh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
Β 
Pharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdfPharmacognosy Flower 3. Compositae 2023.pdf
Pharmacognosy Flower 3. Compositae 2023.pdf
Β 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
Β 

Game Design Glossary

  • 1. Salford City College Eccles Sixth Form Centre BTEC Extended Diploma in GAMES DESIGN Unit 73: Sound For Computer Games IG2 Task 1 1 Produce a glossary of terms specific to the methods and principles of Video Game Design and Video Game Terms. Using a provided template, you must research and gather definitions specific to provided glossary terms. Any definitions must be referenced with the URL link of the website you have obtained the definition. You must also, where possible, provide specific details of how researched definitions relate to your own production practice. Name: RESEARCHED DEFINITION (provide short internet researched definition and URL link) DESCRIBE THE RELEVANCE OF THE RESEARCHED TERM TO YOUR OWN PRODUCTION PRACTICE? IMAGE SUPPORT (Provide an image and/or video link of said term being used in a game) VIDEO GAMES / VIDEO GAME TESTING Demo You can demo the game without downloading or buying it. http://dictionary.reference.com/browse/demo I wi l l release a demo version of the game after sorting the bugs out to see i f i t is working properly Beta A beta version of a program, game etc... is an unfinished version released to either the public a select few or whoever signs up to beta test it for bugs or glitches. http://www.urbandictionary.com/define.php?term=Beta I wi l l release a beta version of the game to find any bug or gl i tches in the game Alpha A very early version of a software product that may not contain all of the features that are planned for the final version. http://www.webopedia.com/TERM/A/alpha_version.html The alpha version of my game wi l l have no detailed objects or characters https ://www.youtube.com/watch?v=sZBwC_ KNdIE Pre-Alpha Pre-alpha refers to all activities performed during the software project before testing. These activities can include requirements analysis, software design, software development, and unit testing. http://en.wikipedia.org/wiki/Software_release_life_cycle https ://www.youtube.com/watch?v=tp_g9dv qwY0
  • 2. Salford City College Eccles Sixth Form Centre BTEC Extended Diploma in GAMES DESIGN Unit 73: Sound For Computer Games IG2 Task 1 2 Gold The game has completed the development cycle and is off to be manufactured for selling http://www.gamespot.com/forums/playstation-discussion- 1000002/what-does-it-mean-when-a-game-goes-gold-26614050/ Thi s will be the finished version of my game and will have nothing left to be added to the game Debug Identify and remove errors from (computer hardware or software http://www.oxforddictionaries.com/definition/english/debug I use this debugging process a lot because the script is never perfect Automation The use of machines and technology to make processes run on their own without manpower. http://www.yourdictionary.com/automation White-Box Testing a method of testing software that tests internal structures or workings of an application, as opposed to its functionality (i.e. black-box testing). http://en.wikipedia.org/wiki/White-box_testing https ://www.youtube.com/watch?v=gsK3mU 5tdmY Bug A malfunction of undetermined origin in a computer or other electronic device. http://dictionary.reference.com/browse/bug I have had several bugs in a game that I created. E.g. my character would fall through the ground and then spawn back on the ground and repeat. https ://www.youtube.com/watch?v=K3g284 0zXKY
  • 3. Salford City College Eccles Sixth Form Centre BTEC Extended Diploma in GAMES DESIGN Unit 73: Sound For Computer Games IG2 Task 1 3 GAME ENGINES GAME ENGINES Vertex Shader A Vertex Shader is a GPU component and is programmed using a specific assembly-like language, like pixel shaders, but are oriented to the scene geometry and can do things like adding cartoony silhouette edges to objects. http://s tackoverflow.com/questions/832545/what-are-vertex-and-pixel- shaders Pixel Shader A Pixel Shader is a GPU (Graphic Processing Unit) component that can be programmed to operate on a per pixel basis and take care of stuff like lighting and bump mapping. http://s tackoverflow.com/questions/832545/what-are-vertex-and-pixel- shaders Post Processing improves HDR http://www.tomshardware.co.uk/forum/263189-33-what-post-processing Rendering Rendering is the process of generating an image from a 2D or 3D model (or models in what collectively could be called a scene file), by means of computer programs. http://en.wikipedia.org/wiki/Rendering_(computer_graphics) Normal Map In 3D computer graphics, normal mapping, or "Dot3 bump mapping", is a technique used for faking the lighting of bumps and dents – an implementation of bump mapping. http://en.wikipedia.org/wiki/Normal_mapping
  • 4. Salford City College Eccles Sixth Form Centre BTEC Extended Diploma in GAMES DESIGN Unit 73: Sound For Computer Games IG2 Task 1 4 Entity A dynamic object such as a non-player character or item. http://en.wikipedia.org/wiki/Entity I wi l l make walls and objects that the character will collide into UV Map UV mapping is the 3D modelling process of making a 2D image representation of a 3D model's surface. http://en.wikipedia.org/wiki/UV_mapping Procedural Texture A procedural texture is a computer-generated image created using an algorithm intended to create a realistic representation of natural elements such as wood, marble, granite, metal, stone, and others. http://en.wikipedia.org/wiki/Procedural_texture I could use this to decorate the objects in my game Physics Game physics involves the introduction of the laws of physics into a simulation or game engine, particularly in 3D computer graphics, for the purpose of making the effects appear more real to the observer. http://en.wikipedia.org/wiki/Game_physics Collision Collision detection typically refers to the computational problem of detecting the intersection of two or more objects. http://en.wikipedia.org/wiki/Collision_detection I have used collision to make my character bump into things so that they fall over.
  • 5. Salford City College Eccles Sixth Form Centre BTEC Extended Diploma in GAMES DESIGN Unit 73: Sound For Computer Games IG2 Task 1 5 Lighting per-pixel lighting refers to any technique for lighting an image or scene that calculates illumination for each pixel on a rendered image. http://en.wikipedia.org/wiki/Per-pixel_lighting I have added light over a mountain into a landscape that I created. AA – Anti- Aliasing Anti-aliasing (AA) is the process of smoothing edges so they don’t appear jagged. The number associated with it (2x, 4x, 8x, 16x, 32x) is the number of samples taken to smooth it. to make it appear smoother, pixels around an area are added together then an average colour is found http://www.answers.com/Q/What_does_anti_aliasing_mean I have used this to make my character smooth in some areas. LoD – Level of Detail Level of detail is a general design term for video game landscapes in which closer objects are rendered with more polygons than objects that are farther away. http://www.techopedia.com/definition/11791/level-of-detail-lod Thi s works on most game makers, I have used it to make more detailed grass and trees. Animation Animation in video games refers to how things physically look, which includes everything from the packaging on a retail video game, to the texture of the skin on each character, to the graphical user interface, to the way a character rolls her ankle when she walks. http://www.gamecareerguide.com/features/413/game_art_and_anima tion_anintroduction.php
  • 6. Salford City College Eccles Sixth Form Centre BTEC Extended Diploma in GAMES DESIGN Unit 73: Sound For Computer Games IG2 Task 1 6 Sprite a two-dimensional image or animation that is integrated into a larger scene. Initially including just graphical objects handled separately from the memory bitmap of a video display, this now includes various manners of graphical overlays. http://en.wikipedia.org/wiki/Sprite_(computer_graphics) I have created a sprite to use in my game Scene A scene is a general data structure commonly used by vector-based graphics editing applications and modern computer games. http://en.wikipedia.org/wiki/Scene_graph I wi l l use a scene to make the level for game Library Libraries take care of key tasks of game programming. Some libraries can handle sound processing, input, and graphics rendering. Some can even handle some Ait asks such as pathfinding. There are even entire game engines that handle most of the tasks of game programming and only require coding game logic. http://en.wikipedia.org/wiki/Game_programming#APIs_and_libraries I have used the library of games maker to list all of the objects in my game. UI Short for User Interface. Often related to games. Some games have the opportunity to install add-ons to change the user interface. http://www.urbandictionary.com/define.php?term=UI
  • 7. Salford City College Eccles Sixth Form Centre BTEC Extended Diploma in GAMES DESIGN Unit 73: Sound For Computer Games IG2 Task 1 7 Frames Frames per second (FPS) is a unit that measures display device performance. It consists of the number of complete scans of the display screen that occur each second. This is the number of times the image on the screen is refreshed each second http://www.techopedia.com/definition/7297/frames-per-second-fps The game I have created runs at a smooth speed. Concept Concept art is a form of illustration used to convey an idea for use in (but not limited to) films, video games, animation, or comic books before it is put into the final product. http://en.wikipedia.org/wiki/Concept_art I have created concept art for my character using illustrator. Event Whenever something happens in the game the instances of the objects get events (kind of messages telling that something has happened). The instances can then react to these messages by executing certain actions. http://gamemaker.info/en/manual/111_00_events Pathfinding Pathfinding or pathing is the plotting, by a computer application, of the shortest route between two points. It is a more practical variant on solving mazes. http://en.wikipedia.org/wiki/Pathfinding