feimosi / Yet-Another-Pathfinding-Simulator

:boat: Simulation of the optimal boat path on a river (discrete mathematics project)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yet Another Path-finding Simulator

Simulation of the optimal boat path on a river.

Project assumptions

Finding the optimal boat path using Discrete Mathematics tools like Fuzzy Control System supported by A* search.

Technologies

  • Written in C++
  • SFML library as a GUI
  • GoogleTest for unit tests

Screenshots

Dark blue represents deep area, whereas orange or red is used for the shallows.

Black line depicts Fuzzy System path and red line shows A* path.

screenshot 52 screenshot 55

About

:boat: Simulation of the optimal boat path on a river (discrete mathematics project)


Languages

Language:C++ 100.0%