Arduino Labyrinth

A digital marble labyrinth on a 64x64 LED matrix. Tilt the board to roll the marble toward the goal, while avoiding the holes!

This arduino project uses a 6-axis IMU (Interial Measurement Unit) to detect tilt. The greatest challenge was acheiving natural motion on such a small-resolution display. It took a lot of optimizations to get things running smoothly.

You can find the github repository here