Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 883 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 883 Bytes

About

This project implements pathfinding algorithm for pseudo-3D space ( 3D space is preprocessed to 2D space ).

Example

For example purposes test maps were created. Below is shown source map and result of pathfinding.

Input map:

0. Floor:

alt tag

1. Floor:

alt tag

Result:

0. Floor:

alt tag

1. Floor:

alt tag

License

This content is released under the (http://opensource.org/licenses/MIT) MIT License.