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

Area filling function #5

Open
mrtelecaster opened this issue Sep 2, 2023 · 0 comments
Open

Area filling function #5

mrtelecaster opened this issue Sep 2, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@mrtelecaster
Copy link
Owner

Fills an area on the map with a given condition, using pathfinding logic to find adjacent tiles that meet that condition. You can pass a line of sight function to find all tiles that are within line of sight of the selected tile, you can pass a regular pathfinding cost function to find all contiguous tiles that can be reached within a maximum cost, etc.

@mrtelecaster mrtelecaster added the enhancement New feature or request label Sep 2, 2023
@mrtelecaster mrtelecaster self-assigned this Sep 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant