snowfruit
snowfruit
> A bunch of the examples are games, they don't start with `game_`. Therefore I don't think this one should either. Fair. But finding things in the examples are not...
> What value does this example provide when we have other "basic game" examples like chimp and aliens? I believe that many of the examples that are here now requires...
Thank you for all the feedback!
> > I think chimp is a perfect example for pygame. It is clean, works great. But questions I got when showing it was: "What is os.path.split and os.path.join? Why...
> I'll close this PR, as it has been stale for some time now. If you still want to work on this, feel free to reopen the PR! Or if...
Rename scale() to help indicate if it use scalar(s) or pixels. ``` pygame.transform.scale() -> pygame.transform.resize_to() # Pixels pygame.transform.scale_by() -> pygame.transform.scale_by() # Scalar(s) ```