Skip to content

larascremin/snake-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🐍 SNAKE GAME

This is a simple Snake Game developed in JavaScript.
All design and illustrations, including pixel art, were also made by me.

Click here to play -> https://snakegame-ls.vercel.app/

Features

  • I created a score tracking to monitor the score and display the score and when the game goes over.
  • As the score increases, the speed increases proportionally and the snake moves faster.
  • The apple is generated randomly, taking care never to generate it in fields occupied by the snake's divs.