Skip to content
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

PointGraph #11

Open
Yonaba opened this issue May 21, 2013 · 1 comment
Open

PointGraph #11

Yonaba opened this issue May 21, 2013 · 1 comment

Comments

@Yonaba
Copy link
Owner

Yonaba commented May 21, 2013

As of now, Jumper only features grid type as an input data structure for pathfinding.
PointGraph maps can also be featured, as all the search algorithms implemented (but Jump Point Search) operates on graphs, and are not bound to explicit grid maps.
That would certain extend the possibilities of usage of Jumper.

@Yonaba
Copy link
Owner Author

Yonaba commented May 28, 2014

This will certainly require to reshape the actual Grid class. What is planned, as of now, is to design a Graph class, from which a pointGraph and a Grid class will be derived.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant