Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 286 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 286 Bytes

Maze-Generator

This is an on-going project of a maze generator in Python using Tkinter

For now, the dimensions of the maze are only editable in the .py file

The user can choose a starting point and ending point in the maze. Doing so will trigger a A* algorithm trying to link both.