janbodnar / Java-Snake-Game

Java Snake game source code
https://zetcode.com/javagames/snake/
BSD 2-Clause "Simplified" License
240 stars 298 forks source link

Snake behavior bug #12

Open Alex-Lin5 opened 2 years ago

Alex-Lin5 commented 2 years ago

Snake can turn 180 degree from the original direction by swiftly push two buttons. If the length of snake is long enough( more than 4?), the snake will hit the body itself then game over.

chr1stopherG commented 1 month ago

I can work on this

chr1stopherG commented 4 weeks ago

https://github.com/janbodnar/Java-Snake-Game/pull/24