ytb_snake_js
ytb_snake_js copied to clipboard
fixed typo
at line 37 else if (headTail.x == canvas.widh) ---> else if (headTail.x == canvas.width)
this typo caused the snake to not warp from going to left from right