waves/public/assets/g/snake/README.md
2025-04-09 17:11:14 -05:00

18 lines
716 B
Markdown

# Snake Game
### 27.03.2022
##### [Author: Yegor Murunov](https://yegormurunov.gq)
A popular game snake, writen in javascript. Works both on PC and on touch screens (using swipes). With additional features.
#### Additional features:
- Random food ( banana, apple, carrot, eggplant ... ).
- 2 difficulty modes ( Easy and Hard ).
- In hard mode, you can't hit borders, also a bomb can appear next to food.
- In hard mode, if you touch a bomb, your snake's length will be halved ( rounded up ).
- There are skins for the snake.
- Stores the best record in localStorage.
- Set of music from google snake and minecraft.
[Play](https://yegormurunov.github.io/snake.js/)
[Author: Yegor Murunov](https://yegormurunov.gq)