# NF.AI.PathFinding **Repository Path**: Aping-Fo/NF.AI.PathFinding ## Basic Information - **Project Name**: NF.AI.PathFinding - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-08 - **Last Updated**: 2024-05-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # NF.AI.PathFinding ## What's this? Dotnet Implementation of path finding algorithms. - [A*](https://en.wikipedia.org/wiki/A*_search_algorithm) - [JPS(Jump Point Search)](https://en.wikipedia.org/wiki/Jump_point_search) - JPS(with Orthogonal) - JPS+ : [demo](https://github.com/netpyoung/unity.playground.pathfinding)