How would i make an endless rebirth system?

For the past 2 hours i have been trying to make an infinite rebirth system. I’m okay at math, but can’t figure out an algorithm to make it infinite. Can anybody help?

Thank you!

2 Likes

Did you try to search it on YouTube?

Yeah. But i dont wanna follow a tutorial, because it will be harder to add things to it, as you don’t know hot i works.

Whenever the player clicks the rebirth button:

  1. Check to see if the player has the requirements
  2. Do the rebirth (reset the player’s data, give them the benefits, etc)
  3. Increase the requirements

They should then be able to replay the game normally to reach these new requirements, but with the extra benefits. Then they can press the rebirth button again and the process repeats itself

Yes, but how would i keep increasing those requirements?

Whenever you do a successful rebirth, just increment the requirements by a certain number. Or you can multiply them (for example x1.2). But be sure to keep these specific to each player

Ah, i think i get it! Thanks for the help!

1 Like

It worked, thanks for the help!

Mark it as solution then soo it can help other people.

1 Like