I am relatively new to programming, I'm interested in making a game with randomized levels.
Examples of this: Diablo III, Minecraft, Templerun, etc.
I don't have any idea of where to start for random level creation, the only thing I can think of:
Would be to make a bunch of levels, assign them to a random valued integer, and then when the value of that integer matched with the if statements, the level would load in that way. So, a pre-determined level selected at random.
But I'm more interested in random level generation all together. If anyone could point me in the right direction that would be great.