kpack18 / kpack18.github.io

CSE 442 Path Algorithm Visualizer
2 stars 0 forks source link

Tile Coloring Animation When Algorithm Runs #46

Closed kpack18 closed 5 years ago

kpack18 commented 5 years ago

When an algorithm runs they will all be dimmed to signal none of them have been checked yet. As a tile is discovered by the search it'll light back up to it's original color. Once it reaches the end point (if it does) a path of green tiles will light up as the shortest path found.

kpack18 commented 5 years ago

test: test_Algorithm and test:Weights

When the algorithm initially begins all tiles will be dimmed untill they are visited in which they will light up.