adamki / snake

Snake on a Canvas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QUESTION: Should we have a marker?

adamki opened this issue · comments

should each node execute a set of direction (EX: [x, y direction]) and execute a queue of diretions?! or is that jibber jabber?!

How can we be aware of the snake's position at all times? ideas: array of arrays?