The title
of my project

Snake javascript game

snake game

This game(Classic Snake) was built using JavaScript, HTML and CSS.

I have built this game(Classic Snake) with JavaScript. I used array to make game board. I have used interval functions to move Snake and used Math.random() to generate food at random places on the grid. I also added event listeners which listens to key press so we can move the Classic Snake. I totally enjoyed building this Js game.