Open RhumScorpio opened 1 year ago
We should add a field in the t_map
data structure to also store the raw map as an array of characters.
Also, I suggest that we use verbose type aliases, so we would put t_image
instead of t_img
.
Last week I added 42 ft_count_line, Doxygen Documentation Generator and Todo Tree plugins to my Virtual Studio Code. This will help being more clean and structured. I also added the Vim plugin until I learn fully how to use VSCode. Up next is the part of the parsing where I open the file.
In the first place, we will open, read and parse the .cub file. This file shall contain the following data :
All the above shall be stored in the following data structures :