btror / mc-pathfinding

Spigot pathfinding library for Minecraft Plugin Development.
MIT License
6 stars 3 forks source link

calculateNeighborValues method simplification #52

Open btror opened 1 year ago

btror commented 1 year ago

This could definitely be looped in all of the algorithm classes. It's really unnecessary now.

vimalJD commented 1 year ago

Is this project is ongoing? Let me know further (DOCS) to contribute on it as "good first issue".

btror commented 1 year ago

The project is indeed ongoing, and it's more of an exploratory endeavor than one rigid direction. We're keeping it open-ended and allowing contributors to shape its evolution organically.

To get started contributing, I recommend taking a look at our CONTRIBUTING.md file, which provides some guidelines and information on how to contribute effectively.

If you're looking for a good place to begin, we have some issues labeled as "good first issue" you can find here.