🕹️ Dance Dance Byte

project
🕹️ Dance Dance Byte cover image
Nov 2016Dec 2016

A Dance Dance Revolution-like game built using Arduino-Mega328p with embedded-C, featuring interactive LED patterns synchronized with music.

𝗦𝗶𝘁𝘂𝗮𝘁𝗶𝗼𝗻

An opportunity to create an interactive hardware project that combines embedded programming, sensor integration, and game development.


𝗧𝗮𝘀𝗸

Build a Dance Dance Revolution-style game on Arduino-Mega328p that uses sensors to detect player movement and responds with synchronized visual and audio feedback.


𝗔𝗰𝘁𝗶𝗼𝗻

Developed a game with n×n square board where LEDs light up in patterns synchronized with music.

Implemented an ultrasonic sensor system to detect player presence and initiate gameplay.

Created a pressure sensor array to detect when players step on the correct squares.

Integrated a photocell to automatically adjust LED brightness based on ambient light conditions.

Utilized the Adafruit Wave shield to play music and sound effects based on player performance.


𝗥𝗲𝘀𝘂𝗹𝘁

Successfully delivered a functioning interactive game that responds to physical movements, with dynamic lighting patterns, audio feedback, and scoring system, demonstrating practical application of embedded systems programming and hardware integration.