2D Game Development Practice Test
2D Game Development 2D Game Programming Concepts
What is the 'game loop' in 2D game development?
Select your answer
A
The continuous cycle of processing input, updating game state, and rendering each frame
B
A looping level structure
C
A scripting pattern for enemy AI
D
A method for replaying game sessions
Hint