douglascdev / snake

A snake game made with Python3 and Pygame!
https://www.pygame.org/project/5080
Apache License 2.0
4 stars 5 forks source link

#7 Added the score feature correctly #14

Closed GhostUser closed 4 years ago

GhostUser commented 4 years ago

Thank you for the correct procedure. I'm still a beginner in version control so that happened by mistake. From next time I'll take care that these sort of issues don't take place.

Once again sorry again for causing any kind of trouble.

Thank You

GhostUser commented 4 years ago

Changed the font and removed the constants in blit. Now, the score can change size according to DEFAULT_RECT_SIZE. Removed score from Game class and added it to main.

douglascdev commented 4 years ago

You didn't fix the style, so I made another commit on your branch fixing it.