jajodiaraghav / Snake

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

Bug in speed increase #21

Closed vinaykrishna64 closed 6 years ago

vinaykrishna64 commented 6 years ago

When you increase the speed by too much the snake does not interact with either the food or the walls. It just passes through them

jajodiaraghav commented 6 years ago

@vinaykrishna64 This is a priority bug. We do not want the increase the speed over a threshold, to prevent this behavior.

vinaykrishna64 commented 6 years ago

I think we have to match the clock_tick with speed