kpack18 / kpack18.github.io

CSE 442 Path Algorithm Visualizer
2 stars 0 forks source link

Create Step Counter #66

Closed tadari closed 5 years ago

tadari commented 5 years ago

Task: Create counter so the user can see how many "steps" were needed for an algorithm to reach a solution. In this case, steps are how many tiles had to be accessed to find a solution.

Acceptance Test: 1.) Select an algorithm. 2.) Run it, the counter should increase for each step taken.