jajodiaraghav / Snake

A simple game built using Python Pygame Library
20 stars 26 forks source link

Fixed food being drawn outside the screen #43

Closed CaptainDaVinci closed 6 years ago

CaptainDaVinci commented 6 years ago

Fixed: #42 The class definitions are now according to the python 3 style. Improved formatting.

jajodiaraghav commented 6 years ago

This looks good. Merged 🚀

Advice: Never fix multiple issues in a single PR. Always try to do the minimum possible change that is required to fix the issue that you are working on.