nsccs / pygames

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

Push Global Variables into Classes as default kwargs #21

Closed jaredscarr closed 9 months ago

jaredscarr commented 9 months ago

Snake Game Update

Pushed global variables into classes as kwargs with defaults Added a fruit class that holds it's own positition and color made the "spawn_fruit" method a generic generate random coordinates method