Random Platform Generation (infinite runner)

I need help figuring out how to create a random platform generation in my game and wherever it generates it also needs to generate the death block underneath (all blocks are 32x32)
image

3 Likes

i mean if it did that then it would technically have to generate the whole map

1 Like

Hihilogic might have an example on this. Yeah, an arcade example. Meburningslime also has a game like this idk.

1 Like

this might work

1 Like

I don’t understand how this should work. What do you mean by “generate a death block underneath”?

Is this a clone of an existing game?

1 Like

no it is not and by this i mean a random position to spawn objects so the level isnt the same every time

1 Like

electric rougarou

?? im sorry what i dont think i understand

1 Like

bruh. bmarzi’s flowjam game 2021. its randomly generetaded map

They want the game to randomly generate different presets of gameplay.

2 Likes

map elements you mean

i got it basically now i just need to make something that increases the speed as you go

That should be easy. I’d recommend using exponential increase with a cap.

2 Likes

Or you could use a parabola that slightly increases slowly when it hits the top.

2 Likes

mk got the base game down