Skip to content

A program that demonstrates simple path finding on an ASCII grid

License

Notifications You must be signed in to change notification settings

mio10/pathfinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pathfinder

Description

A CLI program that demonstrates simple pathfinding on a 2D ASCII grid based on Lee algorithm. I wrote the program in 2017 when I was learning breadth-first search algorithm in University.

Requirements

PascalABC.NET is required to run.

Other Pascal compilers or IDEs may also work but they weren't tested.

Quick start

  1. Launch PascalABC.NET.
  2. Open pathfinder.pas.
  3. Run the program.

How to play

  1. Build a maze.
  2. Set starting and finishing points.
  3. Run the pathfinder to see the found path.

Releases

No releases published

Packages

No packages published

Languages