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 
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
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 
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.
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 wi l l create 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 
I wi l l make an interface in my 
game for the life and ammo 
etc.
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
 
Game Engine terminology
Game Engine terminologyGame Engine terminology
Game Engine terminologySamDuxburyGDS
 
Game Engine Terminology Glossary
Game Engine Terminology GlossaryGame Engine Terminology Glossary
Game Engine Terminology GlossaryJoshuaRidett
 
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
 
Y1 gd engine_terminology
Y1 gd engine_terminologyY1 gd engine_terminology
Y1 gd engine_terminologyLuke Summers
 
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
 
Joshua meyer y1 gd engine_terminology
Joshua meyer y1 gd engine_terminologyJoshua meyer y1 gd engine_terminology
Joshua meyer y1 gd engine_terminologyJoshCollege
 
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_terminologyhj
Y1 gd engine_terminologyhjY1 gd engine_terminologyhj
Y1 gd engine_terminologyhjShaz Riches
 
Researched Definition
Researched DefinitionResearched Definition
Researched DefinitionArron96
 
Ro y1 gd engine terminology
Ro y1 gd engine terminologyRo y1 gd engine terminology
Ro y1 gd engine terminologyrafiqfps
 
Engine Terminology
Engine TerminologyEngine Terminology
Engine Terminologykamkill
 

What's hot (17)

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
 
Y1 gd engine_terminology
Y1 gd engine_terminologyY1 gd engine_terminology
Y1 gd engine_terminology
 
Game Engine terminology
Game Engine terminologyGame Engine terminology
Game Engine terminology
 
Game Engine Terminology Glossary
Game Engine Terminology GlossaryGame Engine Terminology Glossary
Game Engine Terminology Glossary
 
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
 
Y1 gd engine_terminology
Y1 gd engine_terminologyY1 gd engine_terminology
Y1 gd engine_terminology
 
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
 
Joshua meyer y1 gd engine_terminology
Joshua meyer y1 gd engine_terminologyJoshua meyer y1 gd engine_terminology
Joshua meyer y1 gd engine_terminology
 
Y1 gd engine_terminologY
Y1 gd engine_terminologYY1 gd engine_terminologY
Y1 gd engine_terminologY
 
vu
vuvu
vu
 
Y1 gd engine_terminologY
Y1 gd engine_terminologYY1 gd engine_terminologY
Y1 gd engine_terminologY
 
Y1 gd engine_terminologyhj
Y1 gd engine_terminologyhjY1 gd engine_terminologyhj
Y1 gd engine_terminologyhj
 
Researched Definition
Researched DefinitionResearched Definition
Researched Definition
 
Ro y1 gd engine terminology
Ro y1 gd engine terminologyRo y1 gd engine terminology
Ro y1 gd engine terminology
 
Engine Terminology
Engine TerminologyEngine Terminology
Engine Terminology
 

Viewers also liked

Celtx script gta v
Celtx script gta vCeltx script gta v
Celtx script gta vJordanianmc
 
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
 
Y1 gd engine_terminology
Y1 gd engine_terminologyY1 gd engine_terminology
Y1 gd engine_terminologyJordanianmc
 
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
 
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
 
Celtx script gta v
Celtx script gta vCeltx script gta v
Celtx script gta vJordanianmc
 
Technical glossary
Technical glossaryTechnical glossary
Technical glossaryJordanianmc
 
Ig2 task 1 work sheet
Ig2 task 1 work sheetIg2 task 1 work sheet
Ig2 task 1 work sheetJordanianmc
 
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
 
Technic อ สุรนันท์
Technic อ สุรนันท์Technic อ สุรนันท์
Technic อ สุรนันท์topcat3708
 
เล่นหุ้นตามระบบ กำไรตามระเบียบ3
เล่นหุ้นตามระบบ กำไรตามระเบียบ3เล่นหุ้นตามระบบ กำไรตามระเบียบ3
เล่นหุ้นตามระบบ กำไรตามระเบียบ3topcat3708
 
ที่ปรึกษาสอนการวิเคราะห์และตัดสินใจลงทุน 1
ที่ปรึกษาสอนการวิเคราะห์และตัดสินใจลงทุน  1ที่ปรึกษาสอนการวิเคราะห์และตัดสินใจลงทุน  1
ที่ปรึกษาสอนการวิเคราะห์และตัดสินใจลงทุน 1topcat3708
 
แกะเงื่อนงบการเงิน ดร.ภาพร เอกอรรถพร
แกะเงื่อนงบการเงิน   ดร.ภาพร เอกอรรถพรแกะเงื่อนงบการเงิน   ดร.ภาพร เอกอรรถพร
แกะเงื่อนงบการเงิน ดร.ภาพร เอกอรรถพรtopcat3708
 

Viewers also liked (17)

Celtx script gta v
Celtx script gta vCeltx script gta v
Celtx script gta v
 
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
 
Y1 gd engine_terminology
Y1 gd engine_terminologyY1 gd engine_terminology
Y1 gd engine_terminology
 
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
 
Gta v script
Gta v scriptGta v script
Gta v script
 
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
 
Celtx script gta v
Celtx script gta vCeltx script gta v
Celtx script gta v
 
Technical glossary
Technical glossaryTechnical glossary
Technical glossary
 
Ig2 task 1 work sheet
Ig2 task 1 work sheetIg2 task 1 work sheet
Ig2 task 1 work sheet
 
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
 
Technic อ สุรนันท์
Technic อ สุรนันท์Technic อ สุรนันท์
Technic อ สุรนันท์
 
Momentum
MomentumMomentum
Momentum
 
เล่นหุ้นตามระบบ กำไรตามระเบียบ3
เล่นหุ้นตามระบบ กำไรตามระเบียบ3เล่นหุ้นตามระบบ กำไรตามระเบียบ3
เล่นหุ้นตามระบบ กำไรตามระเบียบ3
 
ที่ปรึกษาสอนการวิเคราะห์และตัดสินใจลงทุน 1
ที่ปรึกษาสอนการวิเคราะห์และตัดสินใจลงทุน  1ที่ปรึกษาสอนการวิเคราะห์และตัดสินใจลงทุน  1
ที่ปรึกษาสอนการวิเคราะห์และตัดสินใจลงทุน 1
 
แกะเงื่อนงบการเงิน ดร.ภาพร เอกอรรถพร
แกะเงื่อนงบการเงิน   ดร.ภาพร เอกอรรถพรแกะเงื่อนงบการเงิน   ดร.ภาพร เอกอรรถพร
แกะเงื่อนงบการเงิน ดร.ภาพร เอกอรรถพร
 
Ebook004
Ebook004Ebook004
Ebook004
 

Similar to Y1 gd engine_terminology

Engine terminology
Engine terminology Engine terminology
Engine terminology crimzon36
 
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_terminologyItsLiamOven
 
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 (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
Y1 gd engine_terminologyY1 gd engine_terminology
Y1 gd engine_terminologyZak Warren
 
Y1 js engine_terminology
Y1 js engine_terminologyY1 js engine_terminology
Y1 js engine_terminologyJamieShepherd
 
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
 
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
Y1 gd engine_terminologyY1 gd engine_terminology
Y1 gd engine_terminologyAlex Kirby
 
Engine technology worksheet
Engine technology worksheet Engine technology worksheet
Engine technology worksheet nazaryth98
 
Researched Definition
Researched DefinitionResearched Definition
Researched DefinitionArron96
 

Similar to Y1 gd engine_terminology (16)

Engine terminology
Engine terminology Engine terminology
Engine terminology
 
RO Y1 GD Engine Terminology
RO Y1 GD Engine TerminologyRO Y1 GD Engine Terminology
RO Y1 GD Engine Terminology
 
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
 
engine terminology 2
 engine terminology 2 engine terminology 2
engine terminology 2
 
Y1 gd engine_terminology (1)
Y1 gd engine_terminology (1) Y1 gd engine_terminology (1)
Y1 gd engine_terminology (1)
 
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
Y1 gd engine_terminologyY1 gd engine_terminology
Y1 gd engine_terminology
 
Y1 js engine_terminology
Y1 js engine_terminologyY1 js engine_terminology
Y1 js 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
 
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
Y1 gd engine_terminologyY1 gd engine_terminology
Y1 gd engine_terminology
 
Engine technology worksheet
Engine technology worksheet Engine technology worksheet
Engine technology worksheet
 
Researched Definition
Researched DefinitionResearched Definition
Researched Definition
 

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
 
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
 
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
 
Printscreens of development
Printscreens of developmentPrintscreens of development
Printscreens of developmentJordanianmc
 
Printscreens of development
Printscreens of developmentPrintscreens of development
Printscreens of developmentJordanianmc
 
Printscreens of development
Printscreens of developmentPrintscreens of development
Printscreens of developmentJordanianmc
 
Vst manipulation printscreens
Vst manipulation printscreensVst manipulation printscreens
Vst manipulation printscreensJordanianmc
 
Ig1 task 2 analysis work sheet sonic adveture battle 2
Ig1 task 2 analysis work sheet sonic adveture battle 2Ig1 task 2 analysis work sheet sonic adveture battle 2
Ig1 task 2 analysis work sheet sonic adveture battle 2Jordanianmc
 
Ig1 task 2 analysis work sheet gta v
Ig1 task 2 analysis work sheet gta vIg1 task 2 analysis work sheet gta v
Ig1 task 2 analysis work sheet gta vJordanianmc
 

More from Jordanianmc (19)

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
 
Survey monkey
Survey monkeySurvey monkey
Survey monkey
 
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
 
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
 
Printscreens of development
Printscreens of developmentPrintscreens of development
Printscreens of development
 
Printscreens of development
Printscreens of developmentPrintscreens of development
Printscreens of development
 
Printscreens of development
Printscreens of developmentPrintscreens of development
Printscreens of development
 
Vst manipulation printscreens
Vst manipulation printscreensVst manipulation printscreens
Vst manipulation printscreens
 
Ig1 task 2 analysis work sheet sonic adveture battle 2
Ig1 task 2 analysis work sheet sonic adveture battle 2Ig1 task 2 analysis work sheet sonic adveture battle 2
Ig1 task 2 analysis work sheet sonic adveture battle 2
 
Ig1 task 2 analysis work sheet gta v
Ig1 task 2 analysis work sheet gta vIg1 task 2 analysis work sheet gta v
Ig1 task 2 analysis work sheet gta v
 

Recently uploaded

Atmosphere science 7 quarter 4 .........
Atmosphere science 7 quarter 4 .........Atmosphere science 7 quarter 4 .........
Atmosphere science 7 quarter 4 .........LeaCamillePacle
 
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
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designMIPLM
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTiammrhaywood
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...Nguyen Thanh Tu Collection
 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxDr.Ibrahim Hassaan
 
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
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptxSherlyMaeNeri
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Mark Reed
 
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
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfSpandanaRallapalli
 
Quarter 4 Peace-education.pptx Catch Up Friday
Quarter 4 Peace-education.pptx Catch Up FridayQuarter 4 Peace-education.pptx Catch Up Friday
Quarter 4 Peace-education.pptx Catch Up FridayMakMakNepo
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfMr Bounab Samir
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfUjwalaBharambe
 
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
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceSamikshaHamane
 
Romantic Opera MUSIC FOR GRADE NINE pptx
Romantic Opera MUSIC FOR GRADE NINE pptxRomantic Opera MUSIC FOR GRADE NINE pptx
Romantic Opera MUSIC FOR GRADE NINE pptxsqpmdrvczh
 
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
 

Recently uploaded (20)

Atmosphere science 7 quarter 4 .........
Atmosphere science 7 quarter 4 .........Atmosphere science 7 quarter 4 .........
Atmosphere science 7 quarter 4 .........
 
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
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-design
 
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPTECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
ECONOMIC CONTEXT - LONG FORM TV DRAMA - PPT
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
 
Gas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptxGas measurement O2,Co2,& ph) 04/2024.pptx
Gas measurement O2,Co2,& ph) 04/2024.pptx
 
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
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptx
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
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 🔝✔️✔️
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdf
 
Quarter 4 Peace-education.pptx Catch Up Friday
Quarter 4 Peace-education.pptx Catch Up FridayQuarter 4 Peace-education.pptx Catch Up Friday
Quarter 4 Peace-education.pptx Catch Up Friday
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
 
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdfFraming an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
Framing an Appropriate Research Question 6b9b26d93da94caf993c038d9efcdedb.pdf
 
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
 
Roles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in PharmacovigilanceRoles & Responsibilities in Pharmacovigilance
Roles & Responsibilities in Pharmacovigilance
 
Romantic Opera MUSIC FOR GRADE NINE pptx
Romantic Opera MUSIC FOR GRADE NINE pptxRomantic Opera MUSIC FOR GRADE NINE pptx
Romantic Opera MUSIC FOR GRADE NINE pptx
 
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
 

Y1 gd engine_terminology

  • 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 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
  • 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 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.
  • 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 wi l l create 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 I wi l l make an interface in my game for the life and ammo etc.
  • 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