top of page
Project Name: Maze Generation
Introduction:
• A programmatically generated maze game developed by Python.
• Implemented multiple algorithms including Depth First Search (DFS) and Breadth First Search (BFS).
Code Content:
bottom of page