how to do event checks for loops?
- by yao jiang
I am having some trouble getting the logic down for this.
Currently, I have an app that animates the astar pathfinding algorithm. On start of the app, the ui will show the following:
User can press "space" to randomly choose start/end coords, then the app will animate it.
Or, user can choose the start/end by left-click/right-click.
During the…