Skip to content

Implementation of different varieties of A-star for a maze solver

Notifications You must be signed in to change notification settings

keskarshreesh/a_star_maze_solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 

Repository files navigation

a_star_maze_solver

Implementation of different varieties of A-star (repeated,backward and adaptive) for a maze solver

The Maze solver web runs the React frontend, which fetches the maze structure from a Python (Flask) backend.

Steps to run locally:

  1. Clone the project
  2. Run python a_star_maze_solver_service/mazeService.py from your root directory
  3. Run npm start from the a_star_maze_solver_web directory

image image

About

Implementation of different varieties of A-star for a maze solver

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published