# astar-plain-c **Repository Path**: guningbo__buaa/astar-plain-c ## Basic Information - **Project Name**: astar-plain-c - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-16 - **Last Updated**: 2021-03-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README This is a clean implementation in plain C of the A* path finding algorithm, as described in: http://en.wikipedia.org/wiki/A*_search_algorithm The sample map data is derived from: https://github.com/justinhj/astar-algorithm-cpp No other portions of the above code has been used. Released under the MIT License. You may use it in both free and commercial software. Please don't use it to kill or harm living beings in real life.