When snake head is just back of snake tail, empty cell gets rendered.
Opened this issue · 0 comments
jaspreet57 commented
This is because head is moved first and then tail mark it empty later. Can be fixed by reversing the mechanics.
Opened this issue · 0 comments
This is because head is moved first and then tail mark it empty later. Can be fixed by reversing the mechanics.