https://github.com/property404/snake
Snake in Javascript
https://github.com/property404/snake
Last synced: about 1 year ago
JSON representation
Snake in Javascript
- Host: GitHub
- URL: https://github.com/property404/snake
- Owner: Property404
- License: mit
- Created: 2020-07-09T03:06:11.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-12T19:15:57.000Z (almost 6 years ago)
- Last Synced: 2025-02-02T11:41:38.229Z (over 1 year ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Snake
Classic arcade game Snake with a twist
Play [here](https://dagans.dev/projects/snake/)
## Rules
Use the arrow keys to move around the board and collect food.
Each piece of food you collect makes you grow longer. Careful you don't run into yourself!
As opposed to other versions of Snake, you can move through walls.
Occasionally, a rival snake will join the fray.
## License
MIT