TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Smooth Snake Game

2 pointsby m0meniabout 7 years ago

1 comment

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