jajodiaraghav / Snake

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

Keep the speed constant #6

Closed jajodiaraghav closed 6 years ago

jajodiaraghav commented 6 years ago

Currently, keeping the arrow key pressed would increase the speed of the snake. We should prevent this action. Additionally, a hotkey "Shift+Arrow" should be used to manually increase the speed during gameplay.

AK-007 commented 6 years ago

I am working on it.

CaptainDaVinci commented 6 years ago

I think this is fixed now, isn't it?

jajodiaraghav commented 6 years ago

Yes. Thanks @CaptainDaVinci