Skip to content

ReeceJones/d-astar

Repository files navigation

alt text

d-astar

What is probably an inefficient implementation of the a* algorithm.

Requirements

  • DMD
  • dub

Dependencies

  • colorize (1.0.5)

Buidling

Build with dmd using the following command dub build. To build the standalone windows version add the flag --config=standalone when compiling.

Usage

Run as any normal executable. Use --help for a list of commands. If you are using a maze from a file mark the start position with @ and the end position with X.

About

Implementation of the A* algorithm in D.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages