Hi, i'm following the details at camanis.net to create a lemmings data parser as an exercise to learn a new programming language.
I'm having mostly success, but am currently stuck on this: When parsing the levels, how can i tell which levels are for which skill level? And after that, which order do they come in? I can't figure either of those things out.
This is the document i'm following: https://www.camanis.net/lemmings/files/docs/lemmings_lvl_file_format.txt
Thanks so much
I'm having mostly success, but am currently stuck on this: When parsing the levels, how can i tell which levels are for which skill level? And after that, which order do they come in? I can't figure either of those things out.
This is the document i'm following: https://www.camanis.net/lemmings/files/docs/lemmings_lvl_file_format.txt
Thanks so much