mazesolver_py

  • Thanks for stopping by
  • This project is in progress
  • There'll be less to no activity for a couple of weeks, because it requires depth-first-search to add the new functionality, so I'm focusing on learning that part before I get back to building the mazesolver
  • The objective of this project is to create a maze in a blank canvas and solve it, It uses the tkinter module to import the canvas and widget functionality.
  • You can try running the project in your local system(assuming that it's a Linux system or WSL)
  • fork the project and clone it in your workspace
  • Open your terminal(ctrl + alt + t) and execute
git clone https://github.com/YOUR_USERNAME/mazesolver_py.git
cd mazesolver_py/mazesolver && python main.py
  • This should be the output
mazesolver.mp4
  • If you are on windows, I recommend installing WSL(windows sub-system for linux), you can skip this if you already have git-bash installed.
    
 _ __ ___   __ _ _______   ___  ___ | |_   _____ _ __ 
| '_ ` _ \ / _` |_  / _ \ / __|/ _ \| \ \ / / _ \ '__|
| | | | | | (_| |/ /  __/ \__ \ (_) | |\ V /  __/ |   
|_| |_| |_|\__,_/___\___| |___/\___/|_| \_/ \___|_|