- July 2023
- Personal project
A simple Snake game that can be played inside the browser. It was developed using Vanilla JavaScript, for learning purposes. It was implememted using functional programming.
The game can be played using the arrows for controlling the snake. If the snake hits itself, the game is over. If the snake hits the walls it will come out from the other side. The color of the snake gets darker to the tail as it grows.