/arduino-snake

Feature-rich snake game for Arduino written in C++

Primary LanguageC++GNU General Public License v3.0GPL-3.0

arduino-snake-with-sound

  • Feature-rich snake game for Arduino written in C++
  • based on the great work from ondt with arduino-snake

Video: https://youtu.be/k6CHJ9VKTnY

  • I have implemented a sound feature.
  • Now the game has a start sound, a game over sound and every bite is accompanied acoustically.

Because the PWM signal of the 8x8 matrix display can disturb the buzzer, it is recommended to use a 100uF capacitor directly between system +5V and GND to smooth the current.