Part 6 - Advanced Looping

In this section, you will get some practice using loops in a variety of ways to achieve challenges. This is intended to make you a loop 'expert' so that they are easy for you to use in the future.

What to do/Hand in?

1. Read through Part 6 - Advanced Looping and work through it.

2. Read through and complete Chapter 6 - Back to Looping section of ProgramArcadeGames.com

3. Complete the Exercise (6.2 on Programming Arcade Games) in a file called Looping.py. Make sure to include your name in a comment. Make sure to do at least 1-10, but try them all.

4. Use nested loops to create the Pygame program grid.py outlined in Chapter 6 Back to Looping.


Submit

1. The program "Looping.py" containing the solutions to the exercises from 6.2

2. The program grid.py as outlined in Chapter 6 Back to Looping.

Part 6 - Advanced Looping.pdf