Closed Han2-Ro closed 1 month ago
Currently we have to different ways we access information of the map: A linked list of all valid coordinates and a 2d int array. Imho we should be more consistent and use only one of these everywhere.
Currently we have to different ways we access information of the map: A linked list of all valid coordinates and a 2d int array. Imho we should be more consistent and use only one of these everywhere.