mamonu / Astar

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

Follow coding best practices #7

Closed mamonu closed 5 years ago

mamonu commented 5 years ago

Code works up to a point But also its a mess. Certain parts need to be in functions and it needs some TLC This would be a great first issue for someone. Make it pretty and readable and useful please

some guidance on how to do this can be found below:

https://docs.python-guide.org/writing/style/

hangmansROP commented 5 years ago

I'm happy to try and tidy this up for you :) I'm not sure about moving stuff into functions but I can work on the readability

mamonu commented 5 years ago

Hi.There was a pull request for another issue that got merged. As a result the code has changed. If you want to sync to those changes have a look at:

https://help.github.com/en/articles/merging-an-upstream-repository-into-your-fork

hangmansROP commented 5 years ago

Given it a shot in PR #10.

Let me know your thoughts!