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

Section - 2 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)
7 views

Section - 2 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

Overview of Gaming Platforms and

Frameworks
5 Marks Questions:
Explain the core features of Unity as a game development engine.

Describe the steps involved in creating a game using Pygame.

Discuss the differences between single-player and multiplayer game design.

Explain the importance of mobile gaming in the current gaming industry.

Compare and contrast various game development studios and their contribution to game
production.

Program List:
A simple 'Hello World' game using Pygame.

Basic character movement in Unity using Unity Scripts.

Creating a simple single-player game in Unity.

Setting up a multiplayer environment in Unity.


GAME DEVELOPMENT
5 Marks Questions:
Explain how 2D and 3D graphics programming differ in game development.

Describe the process of creating and incorporating assets into a game.

Discuss the importance of music and sound in enhancing the gaming experience.

Explain the role of device handling in Pygame for game interactivity.

Compare tile-based and isometric games, providing examples of each.

How can physics algorithms, such as gravity, be implemented in Pygame?

Discuss the key steps in avatar creation for a 2D or 3D game.

What are the challenges of developing interactive puzzle games?

Program List:
Develop a basic 2D game using Pygame with simple avatar movement.

Create a 3D game with basic object rendering and movement using Unity.

Incorporate sound effects and background music into a Pygame project.

Develop a simple puzzle game using Pygame.

Implement basic physics algorithms like gravity and collision detection in a 2D Pygame
project.

Develop a tile-based game using Pygame.

Create a basic isometric game scene with object interaction using Pygame.

You might also like