The introduction to PyGame tutorial is a bit confusing for very beginners about the Rect object.
I think for beginners talking about a rectangular area it sounds like a rectangle will be printed on the screen. I think it's better to be more specific and mention that rectangular areas are the way to manage an object position.
The introduction to PyGame tutorial is a bit confusing for very beginners about the
Rect
object.I think for beginners talking about a rectangular area it sounds like a rectangle will be printed on the screen. I think it's better to be more specific and mention that rectangular areas are the way to manage an object position.