Maze Game — Pathfinding & Q-learning

A maze game doubling as an algorithms playground — procedural maze generation, side-by-side visualization of classical pathfinding, and a Q-learning agent that learns to solve the maze through reinforcement.

Procedural maze generation, pathfinding visualization, and a reinforcement-learning agent in one game.