Search Unity

Randomizing Gameplay

Discussion in '2D' started by JeffGordonRamsay, May 31, 2014.

  1. JeffGordonRamsay

    JeffGordonRamsay

    Joined:
    Mar 22, 2014
    Posts:
    25
    I want to make a level that creates gaps in the ground for the player to jump over randomly. The gaps will be the same distance apart, but I want them to appear randomly. For example:
    First playthrough:
    --- -- ----- ---- --
    Second playthrough:
    -- ---- -- -- ------

    And maybe do some fancy stuff like increase the likelihood of certain distances from occurring :p

    Thank you for any help! :D