I developed a maze game in Python that features a dynamic maze generator and solver. Using graph algorithms such as DFS and BFS, the project efficiently generates and solves complex mazes. Additionally, I designed an interactive GUI using Pygame.