A simplified Snake game.
This game has been created using HTML, Javascript and CSS grid layout.
A short video:
snake-demo.mov
Your goal is to control the snake's movement and collect food in a grid layout. Try to beat your own record!
You can control the snake with the following keys:
Arrow Up
forup
Arrow Down
fordown
Arrow Left
forleft
Arrow Right
forright
The game will be started after pressing any
arrow key.
Feel free to play this game on GitHub Pages, directly in your browser -> Link
Have fun.