nathansttt / hog2

Pathfinding and search testbed/visualization suite. Current code is in PDB-refactor branch.
MIT License
111 stars 54 forks source link

Changing colors on invalid solution #92

Closed arc-s14 closed 1 month ago

arc-s14 commented 1 month ago

Witness.h- Changing the path and constraint colors on an invalid solution- they blink red. Path also blinks when the line is in the goal.

apps/witness/Driver.cpp- Commented out the reset step for an invalid solution.

-Samiha