Classic snake game.
- Go to the game url and start playing. You can move the snake around
via the
arrow_keys
. Every time your score becomes a multiple of 10 the speed of the snake will increase and when the snake bites itself it's game over. To play again after the game is over you have to refresh the page.
OR
- If you want to play locally then clone this repo with
git clone "https://github.com/hsemo/snake_game.git"
command and open theindex.html
file in any web browser.
- Play again or replay feature
- Game over indicator
- Making the snake and board more beautifull