ytb_snake_js
ytb_snake_js copied to clipboard
https://youtu.be/J42SZXS-_Qo
## keyboard for coding? Thank!
First of all, I want to mention that @fabriciobegalli inspired me to create a self-hit check. I made it based on his code that he had uploaded earlier in his...
add CheckHitSnake
remove unused travis link
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