Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 647 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 647 Bytes

C++ Pathfinding implementation using SFML

Thanks for checking out my pathfinding implementation

Download: https://github.com/xSnapi/cpp_pathfinding_using_sfml/releases/tag/v1.0

pathfinding

How to use

  • left click placing nodes
  • right click removing nodes
  • holding A and left click places start node
  • holding D and left click places finish node

I'm just a noob here so any advices are appreciated c:

Also thanks to Sebastian Lague this repo helped me a lot to create better version of my code https://github.com/SebLague/Pathfinding