Open jbshep opened 2 years ago
Classes, Object-Orientation, and Pygame I. Getting Started (Installation) II. Basic Pygame: Drawing Graffiti A. pygame-template.py B. imports C. colors D. screen setup E. clock and loop F. each section of loop G. drawing ellipses H. drawing images III. Animation, Part 1 (animation with keystrokes) IV. Animation, Part 2 (autonomous animation) V. Objects and Classes VI. Pygame Sprites
Added a sub-classing section....
Classes, Object-Orientation, and Pygame I. Getting Started (Installation) II. Basic Pygame: Drawing Graffiti A. pygame-template.py B. imports C. colors D. screen setup E. clock and loop F. each section of loop G. drawing ellipses H. drawing images III. Animation, Part 1 (animation with keystrokes) IV. Animation, Part 2 (autonomous animation) V. Objects and Classes VI. Extending Classes to Make New Classes VII. Pygame Sprites
Finish an outline of the structure of Chapter 9. Do it here in a comment.
Then, produce content that fulfills the outline.