Instructions: - Press [SPACE] - Program will auto-generate a map - Click [M] to change the mode (cycles between instant and slow) - Click [S] to stop the generation (in slow mode) - Click [See inside] to learn about the program
Project notes: - Use the [M] key to toggle between instant generation and slow mode, which slowly shows you every step of the process (very useful!) - Yellow comment blocks are from @ArchimedesVonSyrakus - Pink comment blocks are from @_Zelda-Lover_ (me!) - Read these notes to understand how procedural generation works! DISCLAIMER: Yes, I know that I did not make this. I am trying to show how this amazing concept (procedural generation) works, both for myself and for y’all. I found this amazing project and went through the code to see how it worked. The reason that I’m sharing this, however, is so that y’all can see my annotations and understand how it works. Also, I translated the project from German to English. Credits: - @ArchimedesVonSyrakus for the code - @griffpatch for the grid list tutorial - I annotated the project