Skip to content

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.

About

Experiment looking at different pathfinding algorithms

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors