You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The method pointInBounds of class Maze2D checks if a point is within the bounds of a board. However, it does not check the lower bounds. That is, x >= 0, and y >= 0.
I will submit a pull request shortly to fix this issue.
The text was updated successfully, but these errors were encountered:
The method pointInBounds of class Maze2D checks if a point is within the bounds of a board. However, it does not check the lower bounds. That is, x >= 0, and y >= 0.
I will submit a pull request shortly to fix this issue.
The text was updated successfully, but these errors were encountered: