Skip to content

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

Notifications You must be signed in to change notification settings

sippathamm/MazeSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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]

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages