This is an HTML5 canvas based snake game. The only difference between this and any other snake game ever made is that the snake's movements on the grid are interpolated so that it looks smooth. You can check out the source code here[0].<p>It's the first game I've ever made and I think it's pretty overengineered, but I hope you guys like it.<p>[0]: <a href="https://github.com/AriaFallah/aria.ai/tree/master/snake/src" rel="nofollow">https://github.com/AriaFallah/aria.ai/tree/master/snake/src</a>