xSnapi / cpp_pathfinding_using_sfml

C++ pathfinding implementation using SFML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

C++ pathfinding implementation using SFML

License:MIT License


Languages

Language:C++ 97.3%Language:C 2.7%