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 downloadingor buyingit.
http://dictionary.reference.com/browse/demo
I will release a demoversionof
the game after sorting the bugs
out to see ifit is working
properly
Beta A beta version of a program, game etc... is an unfinished version
released to either the public a selectfew or whoever signs up to
beta test it for bugs or glitches.
http://www.urbandictionary.com/define.php?term=Beta
I will release a beta versionof
the game to find anybug or
glitchesinthe 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 versionof mygame
will have nodetailedobjects or
characters
Pre-Alpha Pre-alpha refers to all activities performed during the software
project before testing. These activities can include requirements
analysis,softwaredesign, 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 cycleand 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/
This will be the finished version
of mygame andwill have
nothing left to be addedto the
game
Debug Identify and remove errors from (computer hardwareor
software
http://www.oxforddictionaries.com/definition/english/debug
I use thisdebugging 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 hadseveral bugs ina
game that I created. E.g. my
character wouldfall through
the groundandthen spawn
back on the ground andrepeat.
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 usinga
specific assembly-likelanguage,likepixel shaders,butare
oriented to the scene geometry and can do things likeadding
cartoony silhouette edges to objects.
http://stackoverflow.com/questions/832545/what-are-vertex-and-
pixel-shaders
Pixel Shader A Pixel Shader is a GPU (Graphic ProcessingUnit) component
that can be programmed to operate on a per pixel basis and
take careof stuff likelightingand bump mapping.
http://stackoverflow.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 becalled
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 fakingthe lightingof 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 will make wallsandobjects
that the character will collide
into
UV Map UV mapping is the 3D modelling process of makinga 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 algorithmintended 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 inmygame
Physics Game physics involves the introduction of the laws of physics
into a simulation or game engine, particularly in 3D computer
graphics,for the purposeof 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 usedcollision to make
my character bumpintothings
so that theyfall 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 lightingan 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
mountaininto 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 areadded together
then an average colour is found
http://www.answers.com/Q/What_does_anti_aliasing_mean
I have usedthis to make my
character smoothinsome
areas.
LoD – Level of
Detail
Level of detail is a general design term for video game
landscapes in which closer objects arerendered with more
polygons than objects that are farther away.
http://www.techopedia.com/definition/11791/level-of-detail-lod
This works onmost game
makers, I have used it to make
more detailed grassandtrees.
Animation Animation in video games refers to how things physically look,
which includes everything from the packagingon 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 includingjustgraphical objects handled
separately from the memory bitmap of a video display,this now
includes variousmanners of graphical overlays.
http://en.wikipedia.org/wiki/Sprite_(computer_graphics)
I will create a sprite to use in
my game
Scene A scene is a general data structure commonly used by vector-
based graphics editingapplicationsand modern computer
games.
http://en.wikipedia.org/wiki/Scene_graph
I will use a scene to make the
level for game
Library Libraries takecareof key tasks of game programming. Some
libraries can handlesound processing,input,and graphics
rendering. Some can even handlesome 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 usedthe libraryof games
maker to list all of the objects
in mygame.
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 will make aninterface inmy
game for the life andammo
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 unitthat measures display device
performance. It consistsof 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 smoothspeed.
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 createdconcept art for
my character using illustrator.
Event Whenever something happens in the game the instances of the
objects get events (kind of messages tellingthat 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 shortestroute between two points.It is a
more practical varianton solvingmazes.
http://en.wikipedia.org/wiki/Pathfinding

More Related Content

What's hot

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
 
Task 1- Engine terminology
Task 1- Engine terminologyTask 1- Engine terminology
Task 1- Engine terminologycrimzon36
 
Y1 gd engine_terminology
Y1 gd engine_terminologyY1 gd engine_terminology
Y1 gd engine_terminologyJaket123
 
Game Engine Terminology Glossary
Game Engine Terminology GlossaryGame Engine Terminology Glossary
Game Engine Terminology GlossaryJoshuaRidett
 
Game Engine terminology
Game Engine terminologyGame Engine terminology
Game Engine terminologySamDuxburyGDS
 
Researched definition
Researched definitionResearched definition
Researched definitionArron96
 
Y1 gd engine terminology
Y1 gd engine terminologyY1 gd engine terminology
Y1 gd engine terminologyKeatonBradley
 
Y1 gd engine_terminologyhj
Y1 gd engine_terminologyhjY1 gd engine_terminologyhj
Y1 gd engine_terminologyhjShaz Riches
 
Researched Definition
Researched DefinitionResearched Definition
Researched DefinitionArron96
 
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
 
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
 
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
 
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
 
Ro y1 gd engine terminology
Ro y1 gd engine terminologyRo y1 gd engine terminology
Ro y1 gd engine terminologyrafiqfps
 

What's hot (18)

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
 
Task 1- Engine terminology
Task 1- Engine terminologyTask 1- Engine terminology
Task 1- Engine terminology
 
Engine terminology
Engine terminologyEngine terminology
Engine terminology
 
Y1 gd engine_terminology
Y1 gd engine_terminologyY1 gd engine_terminology
Y1 gd engine_terminology
 
Game Engine Terminology Glossary
Game Engine Terminology GlossaryGame Engine Terminology Glossary
Game Engine Terminology Glossary
 
Game Engine terminology
Game Engine terminologyGame Engine terminology
Game Engine terminology
 
Researched definition
Researched definitionResearched definition
Researched definition
 
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
 
Y1 gd engine_terminologyhj
Y1 gd engine_terminologyhjY1 gd engine_terminologyhj
Y1 gd engine_terminologyhj
 
Researched Definition
Researched DefinitionResearched Definition
Researched Definition
 
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
 
Engine Terms
Engine TermsEngine Terms
Engine Terms
 
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 (1) (4)
Y1 gd engine_terminology (1) (4) Y1 gd engine_terminology (1) (4)
Y1 gd engine_terminology (1) (4)
 
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
 
Ro y1 gd engine terminology
Ro y1 gd engine terminologyRo y1 gd engine terminology
Ro y1 gd engine terminology
 

Viewers also liked

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
 
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
 
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
 
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
 
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 (16)

Gta v script
Gta v scriptGta v script
Gta v script
 
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
 
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
 
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
 
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
 
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
 
Printscreens for games
Printscreens for gamesPrintscreens for games
Printscreens for games
 
Technic อ สุรนันท์
Technic อ สุรนันท์Technic อ สุรนันท์
Technic อ สุรนันท์
 
เล่นหุ้นตามระบบ กำไรตามระเบียบ3
เล่นหุ้นตามระบบ กำไรตามระเบียบ3เล่นหุ้นตามระบบ กำไรตามระเบียบ3
เล่นหุ้นตามระบบ กำไรตามระเบียบ3
 
Momentum
MomentumMomentum
Momentum
 
ที่ปรึกษาสอนการวิเคราะห์และตัดสินใจลงทุน 1
ที่ปรึกษาสอนการวิเคราะห์และตัดสินใจลงทุน  1ที่ปรึกษาสอนการวิเคราะห์และตัดสินใจลงทุน  1
ที่ปรึกษาสอนการวิเคราะห์และตัดสินใจลงทุน 1
 
แกะเงื่อนงบการเงิน ดร.ภาพร เอกอรรถพร
แกะเงื่อนงบการเงิน   ดร.ภาพร เอกอรรถพรแกะเงื่อนงบการเงิน   ดร.ภาพร เอกอรรถพร
แกะเงื่อนงบการเงิน ดร.ภาพร เอกอรรถพร
 
Ebook004
Ebook004Ebook004
Ebook004
 

Similar to Y1 gd engine_terminology

Engine terminology
Engine terminology Engine terminology
Engine terminology crimzon36
 
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_terminologyLuke Summers
 
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_terminologyItsLiamOven
 
Y1 gd engine terminology
Y1 gd engine terminologyY1 gd engine terminology
Y1 gd engine terminologyblears1
 
Y1 gd engine_terminology
Y1 gd engine_terminologyY1 gd engine_terminology
Y1 gd engine_terminologyShaz Riches
 
Y1 gd engine_terminology
Y1 gd engine_terminologyY1 gd engine_terminology
Y1 gd engine_terminologyShaz Riches
 
Y1 gd engine_terminology1
Y1 gd engine_terminology1Y1 gd engine_terminology1
Y1 gd engine_terminology1otpg1996
 
Researched Definition
Researched DefinitionResearched Definition
Researched DefinitionArron96
 
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 - phillip wynne
Y1 gd engine_terminology - phillip wynneY1 gd engine_terminology - phillip wynne
Y1 gd engine_terminology - phillip wynnePhillipWynne12281991
 

Similar to Y1 gd engine_terminology (15)

Engine terminology
Engine terminology Engine terminology
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 (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
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
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_terminology1
Y1 gd engine_terminology1Y1 gd engine_terminology1
Y1 gd engine_terminology1
 
Researched Definition
Researched DefinitionResearched Definition
Researched Definition
 
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 - phillip wynne
Y1 gd engine_terminology - phillip wynneY1 gd engine_terminology - phillip wynne
Y1 gd engine_terminology - phillip wynne
 
Engineterminoligy finished
Engineterminoligy finishedEngineterminoligy finished
Engineterminoligy finished
 

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

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
 
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
 
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
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPCeline George
 
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
 
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
 
Planning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptxPlanning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptxLigayaBacuel1
 
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
 
ROOT CAUSE ANALYSIS PowerPoint Presentation
ROOT CAUSE ANALYSIS PowerPoint PresentationROOT CAUSE ANALYSIS PowerPoint Presentation
ROOT CAUSE ANALYSIS PowerPoint PresentationAadityaSharma884161
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
Atmosphere science 7 quarter 4 .........
Atmosphere science 7 quarter 4 .........Atmosphere science 7 quarter 4 .........
Atmosphere science 7 quarter 4 .........LeaCamillePacle
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
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
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomnelietumpap1
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementmkooblal
 
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
 

Recently uploaded (20)

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🔝
 
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Ă...
 
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
 
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
 
Rapple "Scholarly Communications and the Sustainable Development Goals"
Rapple "Scholarly Communications and the Sustainable Development Goals"Rapple "Scholarly Communications and the Sustainable Development Goals"
Rapple "Scholarly Communications and the Sustainable Development Goals"
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERP
 
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
 
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
 
Planning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptxPlanning a health career 4th Quarter.pptx
Planning a health career 4th Quarter.pptx
 
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
 
ROOT CAUSE ANALYSIS PowerPoint Presentation
ROOT CAUSE ANALYSIS PowerPoint PresentationROOT CAUSE ANALYSIS PowerPoint Presentation
ROOT CAUSE ANALYSIS PowerPoint Presentation
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
Atmosphere science 7 quarter 4 .........
Atmosphere science 7 quarter 4 .........Atmosphere science 7 quarter 4 .........
Atmosphere science 7 quarter 4 .........
 
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
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
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 🔝✔️✔️
 
ENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choomENGLISH6-Q4-W3.pptxqurter our high choom
ENGLISH6-Q4-W3.pptxqurter our high choom
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of management
 
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
 
OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...
 

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 downloadingor buyingit. http://dictionary.reference.com/browse/demo I will release a demoversionof the game after sorting the bugs out to see ifit is working properly Beta A beta version of a program, game etc... is an unfinished version released to either the public a selectfew or whoever signs up to beta test it for bugs or glitches. http://www.urbandictionary.com/define.php?term=Beta I will release a beta versionof the game to find anybug or glitchesinthe 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 versionof mygame will have nodetailedobjects or characters Pre-Alpha Pre-alpha refers to all activities performed during the software project before testing. These activities can include requirements analysis,softwaredesign, 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 cycleand 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/ This will be the finished version of mygame andwill have nothing left to be addedto the game Debug Identify and remove errors from (computer hardwareor software http://www.oxforddictionaries.com/definition/english/debug I use thisdebugging 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 hadseveral bugs ina game that I created. E.g. my character wouldfall through the groundandthen spawn back on the ground andrepeat.
  • 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 usinga specific assembly-likelanguage,likepixel shaders,butare oriented to the scene geometry and can do things likeadding cartoony silhouette edges to objects. http://stackoverflow.com/questions/832545/what-are-vertex-and- pixel-shaders Pixel Shader A Pixel Shader is a GPU (Graphic ProcessingUnit) component that can be programmed to operate on a per pixel basis and take careof stuff likelightingand bump mapping. http://stackoverflow.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 becalled 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 fakingthe lightingof 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 will make wallsandobjects that the character will collide into UV Map UV mapping is the 3D modelling process of makinga 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 algorithmintended 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 inmygame Physics Game physics involves the introduction of the laws of physics into a simulation or game engine, particularly in 3D computer graphics,for the purposeof 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 usedcollision to make my character bumpintothings so that theyfall 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 lightingan 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 mountaininto 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 areadded together then an average colour is found http://www.answers.com/Q/What_does_anti_aliasing_mean I have usedthis to make my character smoothinsome areas. LoD – Level of Detail Level of detail is a general design term for video game landscapes in which closer objects arerendered with more polygons than objects that are farther away. http://www.techopedia.com/definition/11791/level-of-detail-lod This works onmost game makers, I have used it to make more detailed grassandtrees. Animation Animation in video games refers to how things physically look, which includes everything from the packagingon 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 includingjustgraphical objects handled separately from the memory bitmap of a video display,this now includes variousmanners of graphical overlays. http://en.wikipedia.org/wiki/Sprite_(computer_graphics) I will create a sprite to use in my game Scene A scene is a general data structure commonly used by vector- based graphics editingapplicationsand modern computer games. http://en.wikipedia.org/wiki/Scene_graph I will use a scene to make the level for game Library Libraries takecareof key tasks of game programming. Some libraries can handlesound processing,input,and graphics rendering. Some can even handlesome 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 usedthe libraryof games maker to list all of the objects in mygame. 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 will make aninterface inmy game for the life andammo 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 unitthat measures display device performance. It consistsof 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 smoothspeed. 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 createdconcept art for my character using illustrator. Event Whenever something happens in the game the instances of the objects get events (kind of messages tellingthat 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 shortestroute between two points.It is a more practical varianton solvingmazes. http://en.wikipedia.org/wiki/Pathfinding