NuclearRedeye / pathfinding

Experiment looking at different pathfinding algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pathfinding

Experiment in generating paths through graphs.

Prerequisites

  • You have a Linux or OSX machine. Windows should be supported via WSL 2 but has not been tested.
  • You have installed a recent version of GNU Make.
  • You have installed a recent version of Docker.

Quick Start

You can build the project for development using...

make

You can also package the project for distribution using...

make release
docker build -t pathfinding:latest .

License

Licensed under MIT.

About

Experiment looking at different pathfinding algorithms

License:MIT License


Languages

Language:TypeScript 74.9%Language:Makefile 18.0%Language:HTML 3.1%Language:JavaScript 2.2%Language:SCSS 1.4%Language:Dockerfile 0.4%