Game design Flashcards

1
Q

Define a game engine

A

the basic software of a computer game or video game.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Name 3 game engines

A

Unity
Unreal Engine
GameMaker Studio

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the main elements of game design

A

Coding
Modeling
Sound Design

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

You want a 3d character for their game, what softwares do you use to make the model?

A

Blender or Cinema 4D

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

A piece of code keeps having issues in your project, How do you fix this

A

Debugging the code and asking others for assistance

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How do you make a project online multipler and how do you prevent client changes replicate?

A

You do a bunch of networking for player actions and you use server checks to prevent client changings replicating

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How would you get your game onto stores like Microsoft Store and Steam?

A

For Xbox you go to xbox.com/developers, Get the documentation and add support for controllers
For Steam you set a page up and upload your project file to it

How well did you know this?
1
Not at all
2
3
4
5
Perfectly