Skip to content

danielzlatanov/snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake

A simplified Snake game.

This game has been created using HTML, Javascript and CSS grid layout.

Demo

A short video:

snake-demo.mov

Goals and Keyboard controls

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 for up
  • Arrow Down for down
  • Arrow Left for left
  • Arrow Right for right

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.