Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 620 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 620 Bytes

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.