[ LiB ]Questions and AnswersChapter 5. The Python Game Community

Exercises

1:

Use Load_Image to create a simple slideshow that switches between images every few seconds or with a keyboard click.

2:

What are the steps taken to create a simple game engine with Pygame?

3:

Change the event code in Monkey_Toss.py or Snowboard! to take mouse input instead of keyboard input.

4:

List at least three of the OSI network layers.

5:

Alter Load_Sound.py so that it is capable of playing a MIDI, MP3, or any file besides a WAV.

[ LiB ]Questions and AnswersChapter 5. The Python Game Community