How do i make a randomly generated platformer

i’m trying to make a game for a summer game jam and i need to know how to do that to win the game jam

1 Like

Make a bunch of sections that can spawn whenever the player finishes the last section, put them in an array and pick it randomly for the next tilemap

Or do something smoother this is just a tought

@UnsignedArduino did this 4 years ago, i would check out the fast random blocks extension (i used this for card delver’s map gen too)

4 Likes

do you know how to use the extension?

1 Like

Yes, you essentially generate a random seed to use as a base rng value for all random events. That way if you wanted to you could replicate the exact same scenario with inputting the same random value

2 Likes