Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 364 Bytes

File metadata and controls

15 lines (12 loc) · 364 Bytes

Maze Solver

Description

Maze Solver is a Python-based project that generates and solves mazes using Tkinter for visualization.

Features

  • Random maze generation using recursive backtracking
  • Visualization with Tkinter
  • Adjustable grid size

Installation

git clone https://github.com/SandeshNarayan/Maze-Solver
cd maze-solver
python3 main.py