pablopelardas / python-lab-maze-solver

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Lab - Maze Solver

As the title says, this is a lab project to learn python in a practical way recommended by BootDev.

The goal of the project is to make a Maze Solver using Python's Library tkinter

The project builds a maze using recursion, and then uses a similar algorithm to traverse it leaving a red path. It makes random mazes in different runs, the python random library.

Installation

To run the project you must have Python newer than 3.10 and tkinter installed. Run the following commands to see if you meet these requirements.

python --version
python -m tkinter

Run the project

To deploy this project run

  python main.py

About


Languages

Language:Python 100.0%