Workshop
The Workshop is designed to help you anticipate possible questions, review what you've learned, and begin learning how to put your knowledge into practice. The answers to the quiz can be found in Appendix A, "Quiz Answers."
Quiz
What is a game cycle?
What is the minimum speed you should shoot for with games, and why?
What does it mean to "put a game to sleep?"
Exercises
Try out different sizes for the game screen to see how it impacts the Game Skeleton example program. Remember, the width and height of the game screen are set as the last two arguments to the GameEngine() constructor.
Experiment with different frame rates for the Game Skeleton program to see how they impact the speed at which the skeleton icons are drawn.