I'm trying to create a snake-type game but I can't work out how to make a new spot appear when the first one is eaten (I am very bad at coding, sorry).
I'm trying to create a snake-type game but I can't work out how to make a new spot appear when the first one is eaten (I am very bad at coding, sorry).
Instead of removing the first dot, just relocate it.