Closed DS-Sashimi closed 3 years ago
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.
numIterationsAppleNotEaten = 0;
SnakeGame.java
Fixed. Thanks.
It seems like an apple sometimes disappears without waiting 10 iterations. I wonder if adding
numIterationsAppleNotEaten = 0;
to line 197 ofSnakeGame.java
will resolve this issue.