Game Art Skills Assessment — Questions and Answers
Question 1: Which software is widely used for hard-surface and organic 3D sculpting in game art pipelines?
- DaVinci Resolve
- Adobe Illustrator
- Substance Painter
- ZBrush (Correct answer)
Correct answer: ZBrush
ZBrush is the industry-standard sculpting tool used by game artists to create high-poly detail before baking.
Question 2: What is the purpose of a 'normal map' in real-time game rendering?
- To define the color of a surface under neutral lighting
- To control the transparency of a material
- To simulate fine surface detail like bumps and grooves without adding geometry (Correct answer)
- To store vertex animation data
Correct answer: To simulate fine surface detail like bumps and grooves without adding geometry
Normal maps encode surface orientation per pixel, allowing the renderer to simulate high-frequency surface detail on a low-poly mesh.
Question 3: In game character design, what does 'visual hierarchy' mean?
- The order in which a character's LODs are rendered
- Guiding the viewer's eye by making the most important design elements the most visually dominant (Correct answer)
- Ranking characters by their in-game power level
- Grouping characters by faction color in the art bible
Correct answer: Guiding the viewer's eye by making the most important design elements the most visually dominant
Visual hierarchy in character design uses size, contrast, and detail to direct attention toward key features like the face or weapons.
Question 4: What is UV unwrapping in game art?
- Baking ambient occlusion onto a model
- Applying a tiling material to a surface in the engine
- Flattening a 3D mesh's surface into a 2D layout so textures can be applied correctly (Correct answer)
- Removing vertex normals from a mesh
Correct answer: Flattening a 3D mesh's surface into a 2D layout so textures can be applied correctly
UV unwrapping projects a 3D mesh's surface into 2D space so texture maps can be painted and applied without distortion.
Question 5: What does LOD stand for in 3D game modeling?
- Level of Detail (Correct answer)
- Level of Depth
- Line of Direction
- Layer of Design
Correct answer: Level of Detail
LOD (Level of Detail) refers to using lower-polygon versions of a mesh as objects move farther from the camera.
Question 6: What is 'light baking' in game environment art?
- Pre-computing and storing global illumination and shadow data into textures so it can be rendered cheaply at runtime (Correct answer)
- Using a neutral gray material to evaluate lighting quality
- Applying gradient maps to mesh surfaces
- Adjusting the color temperature of dynamic lights at runtime
Correct answer: Pre-computing and storing global illumination and shadow data into textures so it can be rendered cheaply at runtime
Light baking pre-calculates expensive lighting calculations into lightmap textures, enabling high-quality static lighting at very low runtime cost.
Question 7: What does 'shape language' communicate in game character design?
- The use of circles, squares, or triangles to signal a character's personality (e.g., friendly, solid, dangerous) (Correct answer)
- The bone hierarchy used for the character's rig
- The number of polygons used in a character's mesh
- The aspect ratio of a character's texture atlas
Correct answer: The use of circles, squares, or triangles to signal a character's personality (e.g., friendly, solid, dangerous)
Shape language uses geometric forms to intuitively suggest personality traits — circles feel friendly, squares feel stable, triangles feel threatening.
Question 8: What is 'edge flow' in 3D character modeling?
- The density of the texture map
- The direction normals point
- The UV seam placement
- The arrangement of edge loops to support deformation (Correct answer)
Correct answer: The arrangement of edge loops to support deformation
Edge flow describes the arrangement of edge loops so that a mesh deforms naturally during animation.
Question 9: Why are triangles (tris) often used as the final export format for real-time game engines?
- They use less texture memory
- They render faster in post-processing
- GPUs process triangles natively and quads are split at runtime anyway (Correct answer)
- Animation rigs only work with triangle meshes
Correct answer: GPUs process triangles natively and quads are split at runtime anyway
Game engines and GPUs work natively with triangles, so all quads are ultimately converted to tris at render time.
Question 10: What is a 'texture atlas' in game development?
- A single texture image that contains multiple individual textures packed together (Correct answer)
- A document listing all texture file names in a project
- A UV layout that tiles seamlessly
- A 3D reference sphere used to check material quality
Correct answer: A single texture image that contains multiple individual textures packed together
A texture atlas packs multiple textures into one image to reduce draw calls and improve GPU performance.
Question 11: In game modeling, what is a 'modular kit'?
- A UV layout template
- A collection of character animations
- A library of pre-made shaders
- A set of pre-built reusable mesh pieces designed to snap together (Correct answer)
Correct answer: A set of pre-built reusable mesh pieces designed to snap together
A modular kit is a set of interchangeable mesh pieces built to specific grid measurements so environment artists can assemble scenes quickly.
Question 12: What is a 'floating geometry' technique used for in hard-surface game models?
- Detaching a mesh to a separate layer for rendering
- Placing high-poly detail meshes that don't intersect the base mesh to fake surface depth in bakes (Correct answer)
- Creating transparent surfaces for glass effects
- Breaking apart a model for destructible environments
Correct answer: Placing high-poly detail meshes that don't intersect the base mesh to fake surface depth in bakes
Floating geometry involves positioning detail pieces slightly above the base mesh so the bake captures the depth without modifying the base topology.
Question 13: What is the purpose of a 'prop sheet' in game concept art?
- A schedule tracking which props are overdue from outsource teams
- A concept drawing detailing a game prop's design, materials, and scale relative to a character for the 3D team (Correct answer)
- A spreadsheet listing all props in the game's level
- A debug view showing prop collision boxes in engine
Correct answer: A concept drawing detailing a game prop's design, materials, and scale relative to a character for the 3D team
A prop sheet gives 3D artists all the visual information they need to model a prop accurately, including material callouts and scale references.
Question 14: Which company published the 2011 game 'Bastion,' widely praised for its hand-painted concept art style?
- Supergiant Games (Correct answer)
- Capy Games
- Double Fine Productions
- Klei Entertainment
Correct answer: Supergiant Games
Bastion was developed and published by Supergiant Games, and its painterly art direction set it apart visually.
Question 15: Which topology technique involves connecting faces with exactly four sides throughout the mesh?
- N-gon modeling
- Triangle stripping
- Boolean union
- Quad topology (Correct answer)
Correct answer: Quad topology
Quad topology uses four-sided polygons (quads) to keep meshes clean, predictable, and animation-ready.
Question 16: What problem does mipmapping solve in real-time rendering?
- Aliasing and shimmering on textures viewed at oblique angles or from a distance (Correct answer)
- Seams visible at UV island borders
- Overdraw caused by transparent surfaces
- Z-fighting between overlapping polygons
Correct answer: Aliasing and shimmering on textures viewed at oblique angles or from a distance
Mipmaps are pre-filtered lower-resolution copies of a texture; the GPU samples the appropriate mip level to prevent high-frequency aliasing artifacts.
Question 17: What is an 'emissive map' used for on a game asset?
- Storing how much light a surface absorbs
- Encoding foam patterns on water surfaces
- Defining areas of the model that appear to glow or emit light independent of scene lighting (Correct answer)
- Controlling specular hotspot intensity
Correct answer: Defining areas of the model that appear to glow or emit light independent of scene lighting
An emissive map marks areas that appear to emit light, like glowing screens, lava cracks, or neon signs, regardless of scene illumination.
Question 18: What does the term 'readability' mean in the context of game character design?
- The contrast between a character and the HUD overlay
- The resolution of concept art deliverables
- The legibility of in-game text on the character's clothing
- How clearly a character's role, personality, and key details communicate to the player at gameplay viewing distances (Correct answer)
Correct answer: How clearly a character's role, personality, and key details communicate to the player at gameplay viewing distances
Readability ensures that a character's function, faction, and key traits are visible and understandable to players during fast-paced gameplay.
Question 19: What does 'follow-through' mean in game character animation?
- Following a character path node to its end point in AI navigation
- The continuation of movement in secondary elements (hair, clothing) after the main body motion has stopped (Correct answer)
- Extending an animation's timeline to prevent early looping
- Completing the full design pipeline before handing off to the engine team
Correct answer: The continuation of movement in secondary elements (hair, clothing) after the main body motion has stopped
Follow-through captures how secondary elements continue to move after the primary action stops, adding life and realism to a character.
Question 20: Which UX research method for game UI is characterized by observing real players navigate the interface without any guidance or hints from the observer?
- Moderated focus group discussions
- Automated A/B split testing
- Heuristic evaluation by expert reviewers
- Playtesting observation sessions (Correct answer)
Correct answer: Playtesting observation sessions
Playtesting observation places real users in front of the game and watches silently, revealing genuine confusion points, misread icons, and unexpected navigation paths.
Question 21: In Unreal Engine's material system, what is the 'base color' input equivalent to?
- The raw albedo/diffuse color of the surface without lighting (Correct answer)
- The emissive brightness value
- The subsurface scattering weight
- Specular reflectivity of the surface
Correct answer: The raw albedo/diffuse color of the surface without lighting
Base color in Unreal Engine's PBR material represents the raw surface color/albedo with no lighting or shadowing baked in.
Question 22: What is the role of a 'style guide' or 'art bible' in a game project?
- A list of legally approved asset names for the game
- A document that defines the visual rules, color palettes, and design language every artist must follow to keep the game's look consistent (Correct answer)
- A tutorial document for new employees on using the engine
- A shader library reference for technical artists
Correct answer: A document that defines the visual rules, color palettes, and design language every artist must follow to keep the game's look consistent
An art bible ensures all artists on a team produce work that looks cohesive by defining the exact visual language of the game's world.
Question 23: What is the primary purpose of a character 'silhouette' in concept art?
- To establish the character's color palette
- To ensure the character is instantly recognizable and readable from their outer shape alone (Correct answer)
- To define the polycount for the 3D model
- To plan the UV layout for texturing
Correct answer: To ensure the character is instantly recognizable and readable from their outer shape alone
A strong silhouette allows players to identify a character at a glance, even in small sizes or fast-moving gameplay situations.
Question 24: Which game is credited with introducing the 'cel-shading' rendering technique to mainstream audiences in 2000?
- Borderlands
- Jet Set Radio (Correct answer)
- The Legend of Zelda: The Wind Waker
- XIII
Correct answer: Jet Set Radio
Jet Set Radio (Jet Grind Radio in North America) was the first high-profile game to use cel-shading to mimic an animated cartoon look.
Question 25: What is 'retopology' in a 3D game art workflow?
- Rebuilding a cleaner, game-ready mesh over a high-poly sculpt (Correct answer)
- Baking ambient occlusion from a scene
- Merging multiple meshes into one object
- Applying a new UV map to an existing mesh
Correct answer: Rebuilding a cleaner, game-ready mesh over a high-poly sculpt
Retopology is the process of redrawing a clean, low-polygon mesh over a sculpted high-poly model to make it game-ready.
Question 26: What is the primary advantage of using a modular environment approach in game production?
- Faster level iteration by reusing a smaller set of assets (Correct answer)
- Unique geometry for every surface
- Higher polygon counts per asset
- Larger texture file sizes
Correct answer: Faster level iteration by reusing a smaller set of assets
Modular environments reuse a small set of pieces to build large scenes efficiently, saving both artist time and memory.
Question 27: What is the significance of 'UV seam placement' in game texturing?
- Poorly placed seams cause visible texture stretching or breaks visible during gameplay (Correct answer)
- Seams increase polygon count at their location
- Seams define where LODs transition on a mesh
- Seams control the normal map bake direction
Correct answer: Poorly placed seams cause visible texture stretching or breaks visible during gameplay
UV seams must be placed in areas hidden from the player (undersides, backs) to prevent visible texture discontinuities.
Question 28: What is the purpose of a 'trim sheet' in game environment art?
- A UV layout template for character faces
- A single tileable texture strip containing multiple edge and surface detail variations reusable across many meshes (Correct answer)
- A reference guide for artists listing all approved color palettes
- A material blend mask for terrain transitions
Correct answer: A single tileable texture strip containing multiple edge and surface detail variations reusable across many meshes
A trim sheet is a horizontal tiling texture containing architectural details (edges, panels, borders) that can be mapped onto any mesh edge to add surface complexity cheaply.
Question 29: What does PBR stand for in game art texturing?
- Pre-Baked Reflection
- Pixel-Based Rendering
- Procedural Brush Rendering
- Physically Based Rendering (Correct answer)
Correct answer: Physically Based Rendering
PBR (Physically Based Rendering) is a texturing workflow that simulates how light interacts with surfaces based on real-world physical properties.
Question 30: How many pieces of art can some artists produce for video games?
- Eighty-three
- Fifty-nine
- Sixty-seven
- More than one hundred (Correct answer)
Correct answer: More than one hundred
Video game development is an incredibly art-intensive process, requiring a vast array of visual assets. A single artist, especially over the course of a large project or their career, can easily produce well over one hundred individual pieces of art. This includes concept sketches, character models, environmental textures, user interface elements, and animations, all contributing to the immersive game world.
Question 31: In a PBR metallic-roughness workflow, what does a roughness value of 0 represent?
- A completely matte, diffuse surface
- A perfectly smooth, mirror-like surface (Correct answer)
- A highly emissive surface
- A transparent material
Correct answer: A perfectly smooth, mirror-like surface
A roughness value of 0 means the surface is perfectly smooth, reflecting light in a single sharp direction like a mirror.
Question 32: What does 'mipmap' refer to in game texturing?
- A specular mask for metallic surfaces
- A color grading map applied in post-processing
- A pre-calculated series of progressively smaller versions of a texture used at different viewing distances (Correct answer)
- A UV projection type for cylindrical objects
Correct answer: A pre-calculated series of progressively smaller versions of a texture used at different viewing distances
Mipmaps are pre-generated lower-resolution versions of a texture that the GPU samples when an object is far away, improving performance and reducing aliasing.
Question 33: What tool is most commonly used in the games industry to paint PBR textures directly on 3D models?
- Substance 3D Painter (Correct answer)
- Adobe After Effects
- Houdini
- Autodesk Mudbox only
Correct answer: Substance 3D Painter
Substance 3D Painter (formerly Substance Painter) is the industry-standard tool for painting PBR textures in real time on 3D meshes.
Question 34: What is the purpose of a 'cage mesh' during normal map baking?
- To store vertex color data
- To control ray projection direction and distance during baking (Correct answer)
- To set the polygon budget for LODs
- To define UV islands
Correct answer: To control ray projection direction and distance during baking
A cage mesh is an inflated version of the low-poly mesh that guides where baking rays are projected to avoid errors.
Question 35: What does 'component density' refer to in board game design?
- The thickness of game tokens
- The amount of information or elements packed into a single component, affecting readability and play experience (Correct answer)
- The weight of cardboard used in production
- The number of components per player
Correct answer: The amount of information or elements packed into a single component, affecting readability and play experience
High component density means a card or board space carries many data points; managing density is critical to avoid overwhelming players and maintaining visual clarity.
Question 36: What information does the 'metallic map' store in a PBR workflow?
- Whether a surface area is metallic (white) or non-metallic (black) (Correct answer)
- The roughness of metal surfaces only
- Normal direction for metallic geometry
- Specular highlight color
Correct answer: Whether a surface area is metallic (white) or non-metallic (black)
The metallic map is a grayscale map where white values indicate metallic surfaces and black indicates dielectric (non-metallic) surfaces.
Question 37: What is 'atmospheric perspective' and why is it relevant to game environment concept art?
- Using the camera's field of view to exaggerate distance
- The use of particle effects to enhance depth in engine
- A projection method for isometric game views
- The phenomenon where distant objects appear lighter, less saturated, and bluer due to atmospheric haze (Correct answer)
Correct answer: The phenomenon where distant objects appear lighter, less saturated, and bluer due to atmospheric haze
Atmospheric perspective uses reduced contrast and desaturation for distant elements to create the illusion of depth in environment concepts and backgrounds.
Question 38: What is an 'animation state machine' (or blend tree) in a game engine?
- A node-based system for building particle effects
- A logic graph that defines how and when a character transitions between different animation states based on gameplay inputs or conditions (Correct answer)
- A rendering pipeline state controlling shader permutations
- A physics solver managing ragdoll collisions
Correct answer: A logic graph that defines how and when a character transitions between different animation states based on gameplay inputs or conditions
An animation state machine controls which animation plays and how transitions between animations occur based on gameplay variables like speed, action, or condition.
Question 39: What is the difference between 'hard surface' and 'organic' concept art subjects?
- Hard surface refers to UI design, organic refers to environment art
- Hard surface applies only to enemies and organic only to protagonists
- Hard surface describes manufactured, mechanical objects while organic describes living creatures and natural forms (Correct answer)
- Hard surface uses photo reference only while organic uses freehand drawing
Correct answer: Hard surface describes manufactured, mechanical objects while organic describes living creatures and natural forms
Hard surface concept art covers mechanical, industrial designs like vehicles and armor, while organic art covers characters, creatures, and natural environments.
Question 40: What does 'pivot point placement' affect when building modular 3D assets?
- How and where objects snap together in the game engine (Correct answer)
- The normal map bake quality
- The texture tile direction
- The LOD transition threshold
Correct answer: How and where objects snap together in the game engine
Correct pivot placement ensures modular pieces snap to the world grid at the right position when placed in a game engine.
Question 41: What is a 'character sheet' in game concept art production?
- A legal document listing character rights and licensing
- A storyboard for a character's cinematic scene
- A multi-view reference drawing showing a character from multiple angles with color and material callouts (Correct answer)
- A list of animations required for a character
Correct answer: A multi-view reference drawing showing a character from multiple angles with color and material callouts
A character sheet (turnaround) provides front, side, and back views plus detail callouts so 3D artists can accurately model the character.
Question 42: What does 'push the design' mean in a game art review context?
- Making a design more distinct, exaggerated, or expressive to better fulfill its creative intent (Correct answer)
- Uploading the final concept to the shared art server
- Adjusting the design to meet polygon budget requirements
- Increasing the resolution of the concept art file
Correct answer: Making a design more distinct, exaggerated, or expressive to better fulfill its creative intent
Pushing a design means amplifying its most distinctive qualities — making the heroic character more heroic, the villain more menacing — to improve impact.
Question 43: What is 'UV mapping' in 3D game art?
- A method to add ultraviolet light effects in a scene
- The process of projecting a 2D texture onto a 3D mesh's surface coordinates (Correct answer)
- The process of rigging a character skeleton for animation
- A technique for baking ambient occlusion maps
Correct answer: The process of projecting a 2D texture onto a 3D mesh's surface coordinates
UV mapping unfolds a 3D mesh into a flat 2D layout so a 2D texture image can be accurately applied to its surface.
Question 44: What does 'faction design language' mean in game character art?
- A shared set of visual motifs, colors, and shapes that visually unify all characters belonging to the same in-game faction (Correct answer)
- The programming language used to define character abilities in the game engine
- The file naming convention used for faction-specific assets
- The dialogue written for a faction's characters in cutscenes
Correct answer: A shared set of visual motifs, colors, and shapes that visually unify all characters belonging to the same in-game faction
Faction design language ensures players can instantly identify which side a character belongs to through consistent shared visual cues.
Question 45: What is 'texture compression' in game development and why is it important?
- Removing UV seams to create smaller UV layouts
- Encoding texture data in GPU-native formats to reduce VRAM usage without large quality losses (Correct answer)
- Combining multiple textures into one atlas
- Reducing image resolution before importing into the engine
Correct answer: Encoding texture data in GPU-native formats to reduce VRAM usage without large quality losses
Texture compression uses formats like DXT/BC to encode image data in a GPU-friendly way, dramatically reducing VRAM consumption.
Question 46: What is a 'color script' used for in game concept art development?
- A sequence of color palette samples mapped to game zones or story beats to plan the visual and emotional tone (Correct answer)
- An automated script that applies colors to concept art layers
- A document listing hex color codes for UI design
- A shader code file for the engine's color pipeline
Correct answer: A sequence of color palette samples mapped to game zones or story beats to plan the visual and emotional tone
A color script maps the emotional color palette across a game's levels or narrative arc to ensure consistent visual storytelling.
Question 47: In game concept art, what is an 'over-paint' or 'paintover'?
- Applying a texture layer over a sketch to fake a finished look
- Adding background art over a character to show environmental context
- Replacing a rejected concept with a new illustration
- Painting directly over a 3D screenshot to quickly communicate design changes or material suggestions (Correct answer)
Correct answer: Painting directly over a 3D screenshot to quickly communicate design changes or material suggestions
A paintover is a concept technique where an artist paints changes directly on a 3D render or screenshot to rapidly communicate design revisions to the team.
Question 48: What is a 'height map' used for in game texturing pipelines?
- Controlling the metallic value of a surface
- Encoding surface elevation detail to drive parallax or displacement effects (Correct answer)
- Storing level terrain elevation data for the engine
- Defining walkable areas on a mesh
Correct answer: Encoding surface elevation detail to drive parallax or displacement effects
Height maps store surface elevation as grayscale data and are used for parallax occlusion mapping or mesh displacement in shaders.
Question 49: What software is most commonly paired with Maya or Blender for low-poly mesh baking and texture creation in games?
- Autodesk Arnold
- Adobe Photoshop
- Houdini
- Marmoset Toolbag or Substance Painter (Correct answer)
Correct answer: Marmoset Toolbag or Substance Painter
Marmoset Toolbag and Substance Painter are industry-standard tools for baking and painting game-ready textures.
Question 50: What is the function of vertex normals in a low-poly game mesh?
- They determine the mesh's LOD switching distance
- They define the mesh's bounding box
- They store UV coordinate data
- They control how light interacts with the surface to simulate smoothness (Correct answer)
Correct answer: They control how light interacts with the surface to simulate smoothness
Vertex normals control shading direction and are used to create the illusion of smooth surfaces on low-poly meshes.
Question 51: Which polygon count range is most common for a game-ready hero character in a modern AAA title?
- 1,000–5,000
- 20,000–80,000 (Correct answer)
- 100–500
- 500,000+
Correct answer: 20,000–80,000
Modern AAA hero characters typically use 20,000–80,000 polygons to balance visual fidelity and performance.
Question 52: What is 'mesh density optimization' in game asset creation?
- Concentrating polygons where silhouette or deformation needs them and removing them where they add no value (Correct answer)
- Increasing polygon count to match concept art detail
- Adding subdivision levels before export
- Duplicating a mesh to create LOD variants
Correct answer: Concentrating polygons where silhouette or deformation needs them and removing them where they add no value
Mesh density optimization ensures polygons are used only where they contribute to visible shape or animation quality.
Question 53: What does 'value study' mean in concept art?
- A test render using engine lighting
- Calculating the commercial worth of an IP's character designs
- A monochrome sketch that establishes light, shadow, and form before color is added (Correct answer)
- A cost analysis for outsourcing concept art work
Correct answer: A monochrome sketch that establishes light, shadow, and form before color is added
A value study uses only lights and darks (no color) to resolve form, composition, and readability before committing to a color scheme.
Question 54: What does 'RGB channel packing' mean in game texture optimization?
- Splitting a texture atlas into three separate maps
- Storing three separate grayscale maps (e.g., AO, roughness, metallic) in a single texture's RGB channels (Correct answer)
- Combining multiple material IDs into one image
- Increasing the color depth of a texture to 32-bit
Correct answer: Storing three separate grayscale maps (e.g., AO, roughness, metallic) in a single texture's RGB channels
Channel packing stores multiple grayscale maps in the R, G, and B channels of one texture to reduce the number of texture samples in a shader.
Question 55: What does the term 'silhouette read' mean in game character modeling?
- The number of polygons visible on screen
- How recognizable a character's shape is from its outline alone (Correct answer)
- The color contrast of a character against a background
- The ambient occlusion pattern on the character
Correct answer: How recognizable a character's shape is from its outline alone
Silhouette read refers to how clearly a character's identity and form are communicated by its outer shape alone.
Question 56: What is a 'high-poly bake' in game asset production?
- Transferring surface detail from a dense mesh to a low-poly via normal map (Correct answer)
- Rendering a scene with high ambient occlusion
- Exporting a model with maximum texture resolution
- Adding subsurface scattering to a character
Correct answer: Transferring surface detail from a dense mesh to a low-poly via normal map
A high-poly bake transfers fine surface detail from a high-resolution sculpt onto a low-poly mesh through normal or displacement maps.
Question 57: What does 'polycount budget' mean in a game art context?
- The file size limit for exported meshes
- The cost to license 3D modeling software
- The number of bones allowed in a rig
- The maximum number of polygons allocated to an asset or scene by the art director (Correct answer)
Correct answer: The maximum number of polygons allocated to an asset or scene by the art director
A polycount budget is the maximum polygon limit assigned to assets to maintain target performance on the intended hardware.
Question 58: Which rendering technique pre-computes lighting and stores it in a texture to save runtime cost?
- Screen-space ambient occlusion
- Deferred rendering
- Ray tracing
- Lightmapping (Correct answer)
Correct answer: Lightmapping
Lightmapping bakes static light and shadow data into UV-unwrapped textures, so runtime lighting for static geometry is nearly free.
Question 59: In board game typography, what is 'legibility at play distance'?
- Rulebook font spacing guidelines
- The ability to read text from across the table while seated (Correct answer)
- Text contrast requirements on digital store pages
- Font size requirements for box back copy
Correct answer: The ability to read text from across the table while seated
Board game text must remain readable from typical seated distances across a table, which often requires larger type sizes and stronger contrast than standard print design.
Question 60: What is a 'kit bash' in game concept art or asset creation?
- Combining pieces from existing 3D models or kitsets to rapidly prototype new asset designs (Correct answer)
- Applying a pre-made material library to newly sculpted models
- Reusing code modules from a previous game project
- Using an AI tool to generate base meshes for concepting
Correct answer: Combining pieces from existing 3D models or kitsets to rapidly prototype new asset designs
Kit bashing assembles existing model pieces into new configurations for rapid prototyping of hard-surface designs, especially vehicles and environments.
Game Art Skills Assessment
A comprehensive assessment of game art fundamentals covering 3D modeling, concept art, character design, texturing, and materials as applied to video game production pipelines.
Exam Rules
- You can skip questions and return to them later
- Flag questions for review before submitting
- No feedback shown until you submit the entire exam
- Unanswered questions count as wrong — answer everything
- 10 pretest questions are mixed in and don't affect your score
- Timer auto-submits when time runs out
- Your progress is auto-saved every 30 seconds