Skip to content

elskow/BFSMazeSolver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Maze Solver - BFS on Python

A simple maze solver using BFS algorithm with GUI on Python. Made for the course of Artificial Intelligence at State University of Surabaya.


How to run

  1. Install Dependencies
    poetry install
  2. Run shell
    poetry shell
  3. Install pyqt5
    pip install pyqt5

    It's not included in the poetry dependencies because it's not working on poetry shell, so you need to install it manually on venv of poetry shell.

  4. Run the program
    python main.py

Screenshots

About

GUI BFS maze solver written in python.

Topics

Resources

Stars

Watchers

Forks

Languages