Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# python-pathfinding
Pathfinding algorithms based on [Pathfinding.JS](https://github.com/qiao/PathFinding.js) for python 2 and 3.

Expand All @@ -16,6 +15,7 @@ Dijkstra and A* take the weight of the fields on the map into account.
[![Coverage Status](https://coveralls.io/repos/github/brean/python-pathfinding/badge.svg?branch=master)](https://coveralls.io/github/brean/python-pathfinding?branch=master)
![MIT License](https://img.shields.io/github/license/brean/python-pathfinding)
![PyPI](https://img.shields.io/pypi/v/pathfinding)
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fbrean%2Fpython-pathfinding.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fbrean%2Fpython-pathfinding?ref=badge_shield)

Installation
------------
Expand Down Expand Up @@ -136,3 +136,7 @@ flow:
find_neighbors # get neighbors
process_node # calculate new cost for neighboring node
```


## License
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fbrean%2Fpython-pathfinding.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fbrean%2Fpython-pathfinding?ref=badge_large)