LED Matrix Snake Game

by Ashwika in Circuits > Arduino

114 Views, 1 Favorites, 0 Comments

LED Matrix Snake Game

cta_alt.png

Welcome to this step-by-step guide on building a classic Snake Game using an 8x8 LED matrix and joystick. This project combines coding, circuitry, and game mechanics to create an engaging mini-game. It’s perfect for learning about digital circuits, joystick calibration, and Arduino programming.

~ Ashwika Patel

Supplies

shopping.gif
61AN0yqoG4L.__AC_SX300_SY300_QL70_ML2_.jpg
71453+eaEoL._AC_SY300_SX300_DpWeblab_.jpg
71T8qIHAPdL._SX522_.jpg
51AbE1BtlHL._SY445_SX342_QL70_ML2_.jpg
81uqOymabvL._AC_SX522_.jpg

1 - 8x8 LED Matrix and driver

1 - 5PCs Joystick

1 - Potentiometer

1 - Long Breadboard

1 - Arduino Uno

15 - Wires (10 female-to-male and 5 male-to-male)


#include "LedControl.h" // LedControl library is used for controlling a LED matrix

Connect Wires

IMG_6262.jpg

Connect GND from the Arduino board to the negative terminal.

Connect 5V from the Arduino board to the positive terminal.

Wire Joystick

IMG_6263.jpg

Connect 5 female to male wires to the joystick

Joystick to Board

IMG_6265.jpg

Connect GND on the joystick to the negative terminal.

Connect 5V on the joystick to the positive terminal.

Connect X to pin A2 on the Arduino board.

Connect Y to pin A3 on the Arduino board.

Connect SW to the negative terminal.

Wire LED Matrix

IMG_6266.jpg

Connect 5 female to male wires to the LED Matrix.

LED Matrix to Board

IMG_6267.jpg

Connect 5V/VCC from the LED Matrix to the positive terminal.

Connect GND from the LED Matrix to the negative terminal.

Connect DIN from the LED Matrix to pin 10 on the Arduino board.

Connect CS from the LED Matrix to pin 11 on the Arduino board.

Connect CLK from the LED Matrix to pin 12 on the Arduino board.

Potentiometer to Board

IMG_6269.jpg

Connect the right pin of the potentiometer to the negative terminal.

Connect the signal pin (or middle pin) to pin A5 on the Arduino board.

Connect the left pin to the positive terminal.

You're Finished!

The reference of this instructable was taken from Educational Club. The video credits are here: https://youtu.be/zdlj5S_IR2A?si=t-4v2PCoEo0UpbBU!

Notes:

  1. unable to show TinkerCad diagrams as it does not have necessary components (ex. 8x8 LED Matrix, Joystick)
  2. LedLibrary can be found on GitHub, linked in materials list as well

Downloads