cyberpirate92 / snake-game

Yet another snake game for Desktops, as if the world hasn't got any :p
MIT License
0 stars 0 forks source link

First collectible item not being processed properly #3

Closed cyberpirate92 closed 7 years ago

cyberpirate92 commented 7 years ago

The first collectible item consumed is not getting added to the trail.

This is because initially the size of the snake is just 1, hence the head and the tail nodes are the same, leading to an edge case, which needs to be handled properly.