/a-star-search-for-maze

A * Search implementation in python for maze solving with Kivy

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

a-star-search-for-maze

A * Search implementation in python for maze solving with Kivy

Usage

python maze.py -r 35 -c 35
  • You need kivy and numpy
pip install kivy 
pip install numpy
  • -r is the # of rows
  • -c is the # of cols