mamonu / Astar

A* pathfinding algorithm experiments
MIT License
3 stars 6 forks source link

return the solution through the API #9

Closed mamonu closed 5 years ago

mamonu commented 5 years ago

So now we have the solver. we have a way to get a maze from mazebot. the algorithm solves it. we need to find a way to send it back.

To see how to do that

see the section called Get the first maze in the race from the provided URL on the document below: https://github.com/mamonu/Astar/blob/master/MazebotAPI.md