jajodiaraghav / Snake

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

Added Food and Block classes. #25

Closed CaptainDaVinci closed 6 years ago

CaptainDaVinci commented 6 years ago

Re-factored the code to use Block and Food objects. Refer #17 and #3

jajodiaraghav commented 6 years ago

Thanks! This was much needed. I merged this PR. Although, There was this unnecessary commit Resolved merge conflicts that shouldn't be there. Please take care of this in future.