...
/Quiz Yourself on the Snake Game Project
Quiz Yourself on the Snake Game Project
Check your understanding of the concepts implemented in the snake game project by taking this quiz.
We'll cover the following...
1
What is the correct sequence of operations in a game loop?
A)
draw()
-> update()
-> init()
B)
init()
-> update()
-> draw()
C)
init()
-> draw()
-> update()
D)
update()
-> init()
-> draw()
Question 1 of 50 attempted