Skip to content

Automatically generate and solve random mazes with python and tkinter

Notifications You must be signed in to change notification settings

Greeshmanth1909/maze-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maze Solver

A python program that randomly generates and solves mazes

Screenshot 2024-06-04 at 12 21 40 AM 1

Requirements

  • python 3.9.x or higher
  • tkinter

Installation

  • clone the repository with
git clone https://github.com/Greeshmanth1909/maze-solver.git

Usage

run

python main.py
  • the Maze class controls the dimensions of the maze
Maze(vertexX, vertexY, num_rows, num_cols, length_of_each_cell, width_of_each_cell, tkinter_window_instance)

the vertices correspond to the top left corner of the maze. (see main.py for example of proper usage of Maze class)

About

Automatically generate and solve random mazes with python and tkinter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published