Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 804 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 804 Bytes

Maze solver

Maze Solver is a GUI that solves mazes, built with Python and Tkinter. It will generate a randomized maze and then systematically solve it, and the solved path will be displayed in red.

Demo

maze solver demo

Prerequisites

You need to have Python and TkInter installed in your PC to run this program.

Run Locally

  1. Fork and clone the repo.
  2. Go to repo's root directory.
  3. Inside repo's root directory run the ./main.sh command in the terminal.

Acknowledgments

This project is a part of BOOT.DEV, an online course to learn back-end development.