← 返回首页
GitHub - comuns-rpgmaker/schach-pathfinding: Shortest path algorithm implementations for RPG Maker MZ. · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

comuns-rpgmaker/schach-pathfinding

 master
Go to file
Code

Repository files navigation

More items

Schach - Pathfinding

This plugin provides implementations of shortest path algorithms that can be used directly with game characters on the map or on generic graph structures.

It is also extensible via definition of custom path finding/following strategies following a common interface.

Please read the documentation an plugin instructions before asking any questions. Feel free to report bugs and request features via Github issues.

Releases

If you're interested on getting the latest versions of the plugin, see the Releases page.

Building from source

This plugin is built with Node and Emscripten, so make sure you have both installed.

If you're on Windows, you'll most likely need to install make too.

To build the project, run:

npm ci npm run build

This will output a file named schach-pathfinding.js on the dist/js/plugins directory and a file named schach-pathfinding.debug.js on ../../js/plugins. The relative path is intenteded to be used such that you can clone the plugin repository into the js folder of a RMMZ project and test it easily.

We recommend using VS Code to build and edit sources, since we provide ready-made settings for building and debugging the plugin on it.

License

See LICENSE.

This project uses Emscripten, which is licensed under the MIT license. For more information see LICENSE.emscripten.

About

Shortest path algorithm implementations for RPG Maker MZ.

Topics

Resources

License

Zlib, Unknown licenses found

Licenses found

Zlib
LICENSE
Unknown
LICENSE.emscripten

Stars

7 stars

Watchers

2 watching

Forks

Contributors

Footer

© 2026 GitHub, Inc.