ZC Navigator

About

  • This was a university project for Artificial intelligence course. The goal was to create a simple program to provide paths when navigation the campus.
  • The program uses search techniques like DFS, BFS, A* and more.

Screenshots

Alt text

How to run

  • install the requirements using
 pip install -r requirements.txt
  • Run using
python main.py

Contributors

License

This project is licensed under the MIT License - see the LICENSE file for details