pygame-guide-for-sneks / pygame-guide-for-sneks.github.io

https://pygame-guide-for-sneks.github.io
MIT License
12 stars 8 forks source link

Article on rects #19

Open somepeoplecallmedisa opened 2 years ago

somepeoplecallmedisa commented 2 years ago

article explaining what pygame.Rects are and how to use them

blankRiot96 commented 1 year ago

I'd like to pick this one up

Could you suggest or elaborate on what this article could contain?

oddbookworm commented 1 year ago

@blankRiot96 oops, I totally missed your comment... 😓

Mostly, I imagine it being about what pygame rects are vs what they are not (i.e. rects don't have any actual pixel data). You could also cover the differences between pygame.Rect and pygame.FRect (pygame-ce has FRect now).