Apple disappearing without waiting 10 iterations
DS-Sashimi opened this issue · 1 comments
DS-Sashimi commented
It seems like an apple sometimes disappears without waiting 10 iterations.
I wonder if adding numIterationsAppleNotEaten = 0;
to line 197 of SnakeGame.java
will resolve this issue.
ljonata commented
Fixed. Thanks.