Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sutac/pathfinder

A simple project based on an algorithm that finds a path between points and moves on the points in between.
https://github.com/sutac/pathfinder

algorithms javascript jsdoc pathfinding

Last synced: 4 days ago
JSON representation

A simple project based on an algorithm that finds a path between points and moves on the points in between.

Awesome Lists containing this project

README

        

# Pathfinder

A simple project based on an algorithm that finds a path between points and moves on the points in between.

## Technologies

- JavaScript
- JSDoc

## How to start?

1. You only need to serve static files

## How it works?

For each point of the path, the algorithm searches for the closest point from the list, which is closer to the end point. This continues until a complete connection is created from start to finish.