devsargam / SnakeGame

A simple snake game made with vanilla javascript.
https://snakeinjs.netlify.app/
MIT License
27 stars 21 forks source link

Difficulty right now needs you to die to change correctly #24

Closed ProtoxiDe22 closed 1 year ago

ProtoxiDe22 commented 1 year ago

It seems like the implementation of difficulty is a bit flawed right now: when changing difficulty, it remains the same unless you die, the game restarts with the same difficulty as before

devsargam commented 1 year ago

Great Job!