Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Pathfinding Simulator using SFML  (Read 2956 times)

0 Members and 1 Guest are viewing this topic.

warriorUSP

  • Newbie
  • *
  • Posts: 1
    • View Profile
    • Email
Pathfinding Simulator using SFML
« on: January 15, 2019, 06:39:51 pm »
A pathfinding simulator using SFML for comparing optimality and speed of Dijkstra and A* algorithms. 

Github repository:- https://github.com/UditSinghParihar/Pathfinding_Simulator 
YouTube video:-   

Functionality:-   
1. Allows to select the pathfinding algorithm between A* and Dijkstra.   
2. Allows to place obstacle at any location. 

 

anything