-
Notifications
You must be signed in to change notification settings - Fork 247
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add A* Pathfinder Extensions #1828
base: master
Are you sure you want to change the base?
Conversation
test
Added Extension:
Cleaner Code
Extreme Optimization with heap and JPS algorithm on non-diagonals movement
Broken path handler
Fixes Curly paths, now guarante a stable shortest path and refactor the code.
All done! and... idk how to fix the third one 👀 |
to fix the third one you gotta use Prettier on the file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
More comments would go a long way in ensuring this is maintainable.
"use strict"; | ||
|
||
/* Code Transparancy | ||
* A* Star Pathfinder was created with the help of AI |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So long as you understand everything your code does, given that the rules regarding LLMs were inexplicably removed a year ago with no reason attributed in the commit log, this should be fine.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah I wonder why they were removed. (the rules against LLM's)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It should be fine :^.
But if this extensions got removed or rejected, It's understandable.
Run prettier & Add username to ID
Find the fastest path with high performance in real-time!
Feature:
A thumbnail is needed for the extension 👀
White Square Road, Black Square Walls and Yellow Square Weighted.