A real-time C++ simulation that combines a classical random walk with a minimal quantum computing model. Built with SDL2 for rendering and modern C++ for efficient, low-level control.
The project visualizes a stochastic process on a 2D grid while incorporating a simple single-qubit simulation based on complex numbers and linear algebra.
Currently working on redesigning the visual using Rust :)