Support #395
Refactor obstacles to use functional interface
Start date:
06/11/2025
Due date:
% Done:
0%
Estimated time:
Description
Something like map.hasObstcle(x,y) is what I have in mind. So it can look at both the map and tile data and return a consistent answer.
Maybe something like map.obstacles() that returns a list of all obstacles for the map/level?