Hi. I'm creating some kind of Nibble (Snake) game clone based on the RexRainbow's Board (tiles) and Chess movement.
I have main part and tail parts. The logic is that after every movement of main part first tail part moves to main's previous XY.
And that's where i'm facing a problem: how can i make second, third etc. tail parts follow their previous tail part?
Thanks for your interest and help.