https://github.com/costava/sneaky-snake
You are a sneaky snake. Eat tasty blueberries to grow.
https://github.com/costava/sneaky-snake
css firefox-os html javascript js
Last synced: about 2 months ago
JSON representation
You are a sneaky snake. Eat tasty blueberries to grow.
- Host: GitHub
- URL: https://github.com/costava/sneaky-snake
- Owner: Costava
- Created: 2015-03-08T01:02:19.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-19T18:22:52.000Z (over 9 years ago)
- Last Synced: 2025-02-02T02:11:21.324Z (4 months ago)
- Topics: css, firefox-os, html, javascript, js
- Language: JavaScript
- Homepage: https://costava.github.io/Sneaky-Snake/dist/
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sneaky Snake
You are a sneaky snake. Eat tasty blueberries to grow. Watch out for yourself and the edges.###[Check it out on the Firefox Marketplace](https://marketplace.firefox.com/app/sneaky-snake/)
###[Play online](https://costava.github.io/Sneaky-Snake/dist/)

## Clear High Score
To clear the stored high score, enter into console:```
window.sneakySnake.clearLocalForage();
```