So I'm doing a snake game, added some modifiers whenever something is eaten, and everything is working except the eating itself part. Is it possible for me to do it with only one sprite called 'Snake' or not?
I have a family called FSnake, in there is the sprite Snake and the family instance variables are: n, prevX and prevY.