Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 832 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 832 Bytes

pathfinder-visualiser-golang

This is golang implementation of pathfinder-visualiser - Dijkstra's Algorithm!

pathfinder-visualiser-golang

Dependencies

This repo uses raylib as a dependency. You need to satisfy the requirments of raylib.

Read more from here

Usage

  • Clone this repo
go build cmd/pathfinder
./pathfinder

Instructions

  • Press 's' to start visualise
  • Press 'r' to reset everything
  • Use left/right mouse button to add a barrier in grid
  • Drag start/end node to re-position it in the grid