An open API service indexing awesome lists of open source software.

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.

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/)

![Sneaky Snake](https://i.imgur.com/yQfgl03.png)

## Clear High Score
To clear the stored high score, enter into console:

```
window.sneakySnake.clearLocalForage();
```