Skip to content

astrochili/pathfinder-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pathfinder

An example of pathfinding on the grid-based map. Just run in the terminal:

$ lua main.lua

Modules

generator generates the map with walls and floors and random free points.

pathfinder looks for the best way to pass from the start point to the target point by A-star algoritm.

display prints the whole map and the path with full steps list.

Example of output

Pathfinder

About

An example of pathfinding on the grid-based map.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages