nsccs / pygames

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

Add Score counter to snake game #22

Closed SayYesToTrees closed 9 months ago

SayYesToTrees commented 9 months ago

PR for issue #20

Adds a python module for ui. currently just supplies a function to draw text to screen. added call to function in draw game function that just draws the snakes length.