ytb_snake_js icon indicating copy to clipboard operation
ytb_snake_js copied to clipboard

fixed typo

Open MuhammedSabbagh opened this issue 2 years ago • 0 comments

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

MuhammedSabbagh avatar Dec 25 '22 18:12 MuhammedSabbagh