mamonu / Astar

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

Added functions for Mazebot API requests and parsing of retrieved data. Added .gitignore and requirements.txt. #8

Closed Fayhen closed 5 years ago

Fayhen commented 5 years ago

Used Python's requests module. Can be quickly installed with pip. Added requirements.txt with necessary packages, and basic .gitinore.

Modified mazebotapi.py file:

Modified a_star.py file: