luismrsilva / snake5

Simple yet responsive Snake game in HTML5/JS
https://luismrsilva.github.io/snake5/
2 stars 1 forks source link

Snake does not eat food while pressing an arrow #9

Closed matildepgrn closed 4 years ago

matildepgrn commented 5 years ago

While pressing an arrow, the snake moves faster. If there is "food" in the way, the snake does not eat it, it just passes over it, and the food remains there. The snake should eat the food.