Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/elliot-100/grid-pathfinding2


https://github.com/elliot-100/grid-pathfinding2

Last synced: 22 days ago
JSON representation

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.