Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elliot-100/grid-pathfinding2
https://github.com/elliot-100/grid-pathfinding2
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/elliot-100/grid-pathfinding2
- Owner: elliot-100
- Created: 2024-06-14T13:44:41.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-08-05T18:44:35.000Z (5 months ago)
- Last Synced: 2024-10-27T23:06:54.767Z (2 months ago)
- Language: Python
- Homepage:
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pathfinding project
Personal project to learn about pathfinding algorithms.
Based on:
- https://www.redblobgames.com/pathfinding/a-star/introduction.html
- https://www.redblobgames.com/pathfinding/a-star/implementation.html#python## Development notes
`pre-commit install` to set up the git hook scripts. Pre-commit will then run on git commits.
`pre-commit autoupdate` to update hooks to latest version.