Rotating Squares (#98)
Jonathan Frech
Using the pygame.transform.rotozoom()
function, a velocity argument and changing colors, this program rotates squares across the screen.
Controls
- Left click spawns in a new square at current mouse position,
- “Space” takes a screenshot.



Source code: rotating-squares.py
- pingback from #99