Legend Snake Game. Build with HTML5 and Jquery
This game only supports on the desktop display and run it with the arrow keys on the keyboard.
Board Game
A few of the things you can do with SNACKY:
- Input player names
- Check Highscore
- If the snake hits the wall, it will break through the opposite side
- HTML
- CSS
- Javascript
~ Clone or Download this repository
https://github.com/rygenzx/snacky
~ Open or Run index.html in the snake-legend folder
Set template configuration in index.js:
| Variable | Description |
|---|---|
| start_x | point x snake |
| start_y | point y snake |
| length | snake length |
| size | snake size on board |
| speed | snake speed per block |
| btn | snake direction |
| snakeColor | snake color |
| foodColor | snake food |
| border | border color of snake and food |
