v2 / examples / gg / path_finding_algorithm_visualizer / README.md
33 lines · 22 sloc · 734 bytes · 78602846e5891ce8dd7a6ee6f9eb5dedf57706a6
Raw

A* path finding algorithm visualizer

This is a simple visualizer for an A* path finding algorithm written in V.

Quick start

# to run:
$ v run aStar.v

# to just compile:
$ v aStar.v

# then to run:
$ ./aStar

Controls

Demo

Demo image of the algorithm

🔴🔴🔴🔴 Area of improvements 🔴🔴🔴🔴🔴