Skip to content

Learning CPP and SFML by implementing the A* pathfinding algorithm and visualizing it.

Notifications You must be signed in to change notification settings

digocorbellini/pathfinding-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pathfinding-cpp

Learning CPP and SFML by implementing the A* pathfinding algorithm and visualizing it.

Instructions:

Run the executable in the "A star pathfinding" folder

Controls:

  • Left mouse button - draw obstacles on the grid
  • Right mouse button - place the starting position
  • Middle mouse button - place the end position
  • Left Shift + Left mouse button - erase cell
  • Cyan button at the bottom of the screen - display shortest path
  • Green/Red button at the bottom of the screen - toggle diagonals in the path

About

Learning CPP and SFML by implementing the A* pathfinding algorithm and visualizing it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages