https://github.com/marialobillo/snake-game
The classsic Snake Game on plain Javascript
https://github.com/marialobillo/snake-game
Last synced: 4 months ago
JSON representation
The classsic Snake Game on plain Javascript
- Host: GitHub
- URL: https://github.com/marialobillo/snake-game
- Owner: marialobillo
- Created: 2019-12-12T18:24:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-28T12:22:13.000Z (over 5 years ago)
- Last Synced: 2025-01-16T10:10:22.634Z (5 months ago)
- Language: JavaScript
- Homepage: https://marialobillo.github.io/snake-game/
- Size: 23.4 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Snake Game
_The classsic Snake Game on plain Javascript._
View live on here.
## Summary
Snake game app is a recreation of the classic Snake Game using only Javascript. The purpose of this project is to serve as a learning tool and help myself to improve my javascript skills.