Week 4 Notes

(back to Scuba24)

Day 1: Walker Continued

Today, we continued working on our Walker which animates a character walking across the screen.

Day 2: RGB Fader

This application will use mouse/touchpad events to display different colors on a Pygame window.

Day 3: Pygame Stripes

This application will create randomly positioned and colored stripes moving across a Pygame window.

Day 4: Bouncing Ball Part 1

Students will work to animate a ball bouncing on the screen. They will need to create a Ball class and object and need to use user defined events.

Day 5: Bouncing Ball Part 2

Students continued to work on animating a ball bouncing around their screen.