nsccs / pygames

Collection of games created with pygame.
4 stars 4 forks source link

Ship Movement #9

Closed jaredscarr closed 9 months ago

jaredscarr commented 9 months ago

Quit is now recognized by the keys 'q' and 'esc'. Sprite loading moved to separate utility class for image loading. Some removal of unused commented out code. Multi-line comments switched to docstrings.

1deolson commented 9 months ago

The code looks much cleaner, great job! I hope you used PyCharm's auto formatter. I like the step toward single responsibility of making an image loader class!

Note on the readme:

jaredscarr commented 9 months ago

I noticed that and I used the term 'decelerate' in hopes of capturing that. Maybe there is a better way to describe it but I think it's fine for now.