Matrix Demo

This is a small technical demo built in Unity.

  • Generate a grid of numbers (2×2 up to 9×9).
  • Traverse the grid in spiral order (clockwise).

  • Each number is displayed step by step with sound and visual feedback.

  • Cells “pop” with an animation as they are read.

  • Includes simple UI panels, event-driven architecture, coroutines, and an audio manager.

The goal of this project is to showcase my ability to structure a Unity project with clear responsibilities and clean code, while integrating UI, audio, animations, and logic in a demo.