Topic 2 - Animation

This section will cover how to use the game loop to animate our drawings. We will be using variables to represent locations and speeds so that we can change their values after our program is running.

Topic 2 - Animation

What To Do?

1 - Follow along with Mr. Aldworth in class, or complete the tutorial on your own. Start with the Graphics Template.py file that can be found in the Files section at the bottom of this page.

  • Attempt the programming challenges suggested at the end of the tutorial.

2 - Complete the online Multiple Choice Quiz:

http://programarcadegames.com/quiz/quiz.php?file=animation&lang=en

3 - Complete the programming assignment defined below.

What to Submit?

Submit the programming assignment defined below.

Tutorial

Part 2 - Animating with Python.pdf

Programming Assignment

Topic 2 Animation Assignment.pdf

Files