# path-finding **Repository Path**: tpig/path-finding ## Basic Information - **Project Name**: path-finding - **Description**: 一个寻路算法演示,使用 pygame 实现 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: First_Step - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-03-17 - **Last Updated**: 2023-03-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # path-finding 寻路算法 --- 参考文档: - [Introduction to the A* Algorithm](https://www.redblobgames.com/pathfinding/a-star/introduction.html)