https://github.com/techwritescode/snake
Snake written in pure JS
https://github.com/techwritescode/snake
from-scratch game javascript pure-javascript snake
Last synced: 12 months ago
JSON representation
Snake written in pure JS
- Host: GitHub
- URL: https://github.com/techwritescode/snake
- Owner: techwritescode
- Created: 2020-05-26T15:57:58.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-27T17:06:38.000Z (about 6 years ago)
- Last Synced: 2025-06-29T19:30:45.157Z (12 months ago)
- Topics: from-scratch, game, javascript, pure-javascript, snake
- Language: JavaScript
- Homepage: https://simonhochrein.github.io/Snake/index.html
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Snake
This is an implementation of snake in pure js + html canvas
Open index.html in your browser to try it.