How to scroll the background surface in PyGame?
I am trying to set up scrolling in my pyGame-based random map generator. However, I’m having trouble figuring out how to keep the display from “smearing” the background instead of just scrolling across it. I have made a MCV Example just for Stack Overflow that only displays colored squares. It has the same problem.