Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 639 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 639 Bytes

A light-weight maze solver using depth-first search (DFS) in Python

This repository serves a Python program that generates and solves maze using a randomized DFS algorithm. It provides a graphical visualization of the solving process using the Pygame library.

Features

  • Provide a light-weight Python file.
  • Solve generated maze using DFS.
  • Display the solving process in a graphical window.
  • Support visualization of visited cells during maze solving.

Dependencies

  • python==3.11.7
  • pygame==2.5.2

Author

This repository is maintained by Sippawit Thammawiset. You can contact the author at [email protected]