Skip to content

A * Search implementation in python for maze solving with Kivy

License

Notifications You must be signed in to change notification settings

yenidnya/a-star-search-for-maze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A * Search implementation in python for maze solving with Kivy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages