# FindPath **Repository Path**: fictiony/find-path ## Basic Information - **Project Name**: FindPath - **Description**: 寻路算法演示 - Path Finding Algorithm Demo - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 8 - **Forks**: 1 - **Created**: 2021-11-07 - **Last Updated**: 2024-08-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 寻路算法演示 (Find Path Demo) ![](https://img.shields.io/badge/find--path-0.6.1-orange) ![](https://img.shields.io/badge/quasar-1.15.10-blue) 这是一个功能强大,且很有意思的寻路算法的演示程序。 您可以在里面自由绘制各种大小和障碍形式的地图,并对比观看各种寻路算法的搜索过程。 演示中包含了众多常见的寻路算法,如: - A*寻路(AStar) - 最短路径寻路(Dijkstra) - 最近优先寻路(Best-First) - 广度优先寻路(Breadth-First) 等等,并且还有多项搜索参数可以设置。 在线演示地址:[Live Demo](https://fictiony.github.io/findpath/) — [备用地址](https://test.o666o.com/findpath/) ![](./preview.png) 有兴趣讨论寻路算法的,欢迎加我QQ交流:12501566 ## 用法 (Usage) ```bash # 安装依赖 Install the dependencies yarn # 测试运行 Start the app in development mode quasar dev # 发布 Build the app for production quasar build ``` ## 授权 (License) [MIT](http://en.wikipedia.org/wiki/MIT_License) ©️2021 Fictiony Chen