A-Path-Finding-Visualization icon indicating copy to clipboard operation
A-Path-Finding-Visualization copied to clipboard

You can choose an area outside playable space which crashes the game

Open tensigh opened this issue 4 years ago • 0 comments

I chose a block at something like 49, 50 which put the end marker outside the playable space. The program ran and eventually crashed since it couldn't find the actual destination.

Solution would be simple; don't allow input outside the playable space. When the user inputs his desired starting/ending point, just ensure that the numbers are within range.

tensigh avatar May 24 '21 14:05 tensigh