iiitl / snake-game-js

0 stars 43 forks source link

#2 Dynamic Speed Increment in Snake Game #31

Closed NotVishesh closed 5 months ago

NotVishesh commented 5 months ago

In this Snake game implementation, a dynamic speed increment feature has been introduced to enhance gameplay dynamics. When the snake consumes food, its speed increases by a fixed increment of 0.1 units, adding an element of challenge and excitement to the gameplay experience.

ANKITy102 commented 5 months ago

@NotVishesh, Nice Work! Just mention issue id in pr next time.