Skip to content
/ A_star Public

C++ implementation and visualization of depth first search maze generation and A* path finding algorithms.

Notifications You must be signed in to change notification settings

xelox/A_star

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Depth first search maze, A* path finding.

This project was made mainly for me to learn the A* path finding algorithm.

Building

Requirements

g++
raylib

on a linux system simply run the ./build.sh script to build the executable.

Demo

https://github.com/xelox/A_star/blob/main/demo.mkv

About

C++ implementation and visualization of depth first search maze generation and A* path finding algorithms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published