Graphics Programming with Pygame¶
- The PyGame library
- Writing a PyGame program
- Drawing
- Drawing rectangles, ellipses, and circles
- Drawing straight lines and polygons
- Drawing from reference
- Drawing from reference - additional examples
- Moving the drawing
- Changing the drawing size
- Drawing with the help of loops
- Drawing polygons with loops
- Making more complex drawings using loops
- Displaying ready-made images
- Displaying ready-made images - tasks
- Animation
- Interaction