0% found this document useful (0 votes)
16 views

Section - 1 Important Questions Programs List For Game Programming

Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views

Section - 1 Important Questions Programs List For Game Programming

Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Important Questions List for Game Programming

Unit 1: 3D Graphics for Game Programming

Imp Questions

1. Compare and contrast 2D and 3D transformations with examples.


2. Explain the different types of projections used in 3D graphics.
3. Describe RGB and CMYK color models and their applications in game programming.
4. Discuss the different illumination models used in 3D graphics.
5. Explain how shader models enhance the visual quality of a game.
6. Describe the process of creating animations for game objects.
7. Discuss the role of controller-based animation in enhancing gameplay experience.

Program/Analytics Type Questions

1. Write a program to perform basic 2D transformations (translation, rotation, scaling) on a


given 2D object.
2. Create a simple 3D projection of a cube using perspective projection in a programming
language of your choice.
3. Develop a shader program to simulate basic illumination on a 3D object.
4. Write a script to animate a 3D object using keyframe animation technique.
5. Analyze and compare the performance of different shader models on a sample 3D scene.
Unit 2: Game Engine Design and Game Programming

Imp Questions
1. Discuss the steps involved in character development for a game.
2. Explain how to develop a storyboard for a game with an example.
3. Describe the process of script narration and its importance in game programming.
4. Explain the concept of game balancing and its impact on gameplay.
5. Discuss the core mechanics of a platformer game.
6. Explain the principles of level design with examples.
7. Describe the rendering process and compare software rendering with hardware rendering.
8. Discuss various spatial sorting algorithms used in game engines.
9. Explain the importance of collision detection in games and describe a basic collision
detection algorithm.
10. Discuss the role of game AI in pathfinding and its implementation in game development.

Program/Analytics Type Questions


1. Write a program to implement a basic collision detection system for 2D game objects.
2. Develop a simple game level using the principles of level design and core mechanics
discussed.
3. Create a basic AI script for pathfinding in a grid-based game environment.
4. Implement a spatial sorting algorithm to optimize the rendering process in a game engine.
5. Analyze the performance of software rendering versus hardware rendering in a sample
game scene.

You might also like