Daniyel03 / cub3d

0 stars 0 forks source link

Use the same data form for map. #35

Closed Han2-Ro closed 1 week ago

Han2-Ro commented 2 weeks 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.