This is an old revision of the document!
My project is a copy of the popular game “Snake” displayed on an 8×8 Module LED Matrix using an Arduino UNO R3 board.
My inspiration came from my childhood when I was an avid fan of this and often played it trying to get a higher and higher score.
My aim is to try and recreate the game so that anyone can share in the fun of this old-school classic.
My project uses an Arduino UNO R3 board as its base, as well as an 8×8 Module LED Matrix to display the game itself as well as the score, a Module Joystick to control the Snake's movements during the game and a buzzer that makes noises whenever you pick up a fruit or lose.
The code was developed using the Arduino IDE, and the LedControl.h library was used for the LED matrix.
Code for the game : snake_game.txt