Skip to content

Experiment looking at different pathfinding algorithms

License

Notifications You must be signed in to change notification settings

NuclearRedeye/pathfinding

Repository files navigation

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.