Snake Game

Classic snake game

Here is a recreation of the classical snake game.

We all know of the classical snake game where we collect the randomly appearing bonus blocks while our snake size increases. This game is created using HTML, CSS, and Javascript. A user uses their mouse to collect the random bonus blocks while trying not to crash into the four walls or the growing snake's body.

Github repo