Topic 4.5 - Collision with the Keyboard

This section covers how to add collision to a program where we are moving a character with the keyboard.

Topic 4.5 - Collision with the Keyboard

What to Do?

1 - Start by downloading the Collision with the Keyboard.py file. We will begin the tutorial with this file.

2 - Complete the tutorial.

3 - Try to add some of the challenges.

4 - If you want, complete the optional portion of the tutorial which uses lists and loops to process large numbers of barriers/collectables/enemies. See the solutions in the Files section.

What to Submit?

There is nothing that needs to be summitted here.

Tutorial

Topic 4.5 - Collision with the Keyboard.pdf

Files