Skip to content

NilPtrDeref/a-star

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

a-star

A* Search algorithm visualization. The program generates a random maze and then solves for the shortest path between the bottom left node and the top right node.

Running

To run the program, run the following command.

go run *.go

screenshot

Controls

r - Restarts the search

Space - Creates a new grid

Esc - Exits the program

Information

Blue - Current path

Red - Closed set

Green - Open set

About

A* Search algorithm visualization

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages