Skip to content

GabrielDamasceno38/SnakeArduinoGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

7 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿ Snake Game on LED Matrix with Arduino

This project implements the classic Snake Game using an Arduino, an LED matrix, and a joystick module for control. The player moves the snake across the matrix to collect food and grow while avoiding collisions.

๐ŸŽฎ Features

โœ… Control the snake using an analog joystick module. โœ… Display the game on an 8x8 LED matrix. โœ… Grow the snake as it eats food. โœ… Collision detection with walls and itself. โœ… Game restarts when the snake crashes.

๐Ÿ”ง Components Used

Arduino (Uno, Mega, or any compatible board) 8x8 LED Matrix with MAX7219 driver Analog Joystick Module Jumper wires for connections ๐Ÿ“Œ How It Works The game is displayed on the LED matrix, where the snake moves and grows as it collects food. The player controls the snake's direction using an analog joystick module, which sends signals to the Arduino to update the snake's position in real-time.

๐Ÿš€ How to Play

Upload the code to your Arduino. Connect the LED matrix and joystick module properly. Start the game and move the snake using the joystick. Have fun and try to beat your own high score!

About

Snake Game on Arduino

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages