Understanding Game Design
Understanding Hardware
Understanding Graphics
Understanding Graphics
Random
100
Game type played on Xbox, PlayStation, etc
What is a console?
100
Best networking option for an online single-player arcade game
What is TCP?
100
APIs in DirectX is used for creating 2-D graphics
What is Direct2D?
100
Mouse programmed to move in a children's game
What is using key arrows?
100
Best networking option for an online single-player arcade game
What is TCP?
200
Play from the perspective of a soldier battling for freedom! Play in competitive matches of two to four players.
What is First Person Shooter?
200
A single-chip processor that renders 2-D and 3-D graphics and videos
What is GPU?
200
APIs in DirectX is used for creating high-quality text rendering
What is DirectWrite?
200
Make an image fade into the background
What is reducing the scale size of the image until it gets to zero?
200
Best lighting to use for a children's game
What is point light in the area directly around the mouse?
300
Attacking enemies with the sword and defending with a shield represent
What is activities?
300
The user may be assessed user data charges for gaming.
What is mobile device can have limited connectivity?
300
To add 3-D graphics added to the screen
What is use the LoadContent() method?
300
The best way to detect a collision with an obstacle on the track
What is using a bounding rectangle and look for an intersection of the two rectangles?
300
Three states in game play
What are Load, Update, and Draw?
400
State where the player query the controller for only one button input
What is Pause Screen State?
400
Profile would be used if the new role-playing game were to be played on the Windows Phone
What is Reach?
400
Method to show code used to move the 3-D graphic placed
What is Update()
400
Technique used for rotating the image
What is identifying the center point of the object and use with the rotation value in the Draw() method?
400
A variable that represents either true or false
What is Boolean variable?
500
Tool is used to create an audio project
What is XACT?
500
The best networking option for a Massive Multiplayer Online Role Playing Game
What is UDP?
500
Variable should be used to create 3-D graphics?
What is a model?
500
The best time to use a pixel-by-pixel comparison
What is after a collision of bounding rectangles has been detected?
500
Game type requiring internet
What is MMORPG?