2D map generation with rules
Hello, i want to procedurally generat a map with certain rules: The player looks at a randomly generated map consisting of 4 or 5 pathways connected from left to right Pathways undulate (May have up and down ramps in them). Pathways must not have steps in them (Use appropriate east/west ramps). Pathways may be partially concealed by other pathways in front of them. Every Pathway has at least three consecutive visible, unconcealed blocks.
i have no clue how to do it any tips how I could go about programming this would be much appreciated
Your answer
Follow this Question
Related Questions
Can't spawn more than one NavMeshAgent wave system 0 Answers
Moving an array of Vector3 with the GameObject (Path-System) 0 Answers
Anyone wanna help? 0 Answers
Renderer.materials not working in void update() 2 Answers
what is wrong with this this script? i am trying to move an enemy foreword. Here is my script. 1 Answer