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

relocateApple #20

Open LayneUhhhhh opened 6 months ago

LayneUhhhhh commented 6 months ago

The apple can spawn in the body of the snake. The snake body fully covers it until the last body segment moves off of it. This is an issue at towards the end of the game when the snake takes up most of the play area and is more likely to spawn in the body than not. I don't really know how this effects actual gameplay though because I'm using this code for a neural network to play snake.

jayboo414 commented 1 month ago

I'll work on this issue

jayboo414 commented 1 month ago

Hello, I implemented a fix for this: https://github.com/janbodnar/Java-Snake-Game/pull/22